Skip to content

Commit

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

build(deps): bump docker/build-push-action from 4 to 5
  • Loading branch information
pbek committed Sep 18, 2023
2 parents f4bb123 + 3ec4e85 commit 6d94073
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@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
with:
push: true
#path: ./webpage
Expand Down

0 comments on commit 6d94073

Please sign in to comment.