Skip to content

Commit

Permalink
Merge pull request #3044 from pbek/dependabot/github_actions/docker/b…
Browse files Browse the repository at this point in the history
…uild-push-action-6

build(deps): bump docker/build-push-action from 5 to 6
  • Loading branch information
pbek committed Jun 24, 2024
2 parents 0b448cf + 69b2ad8 commit 9ef02a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-release-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: build-systems/github/ubuntu22-dev
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-webpage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
#path: ./webpage
Expand Down

0 comments on commit 9ef02a4

Please sign in to comment.