Skip to content

Commit

Permalink
Bump docker/build-push-action from 4.0.0 to 4.1.1 (#239)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 20, 2023
1 parent d1ff4ad commit d3a438f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build Image and Push to GHCR
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v4.1.1
with:
file: ./docker/Dockerfile
pull: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quality-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
with:
install: true
- name: Build Image
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v4.1.1
with:
file: ./docker/Dockerfile
pull: true
Expand Down

0 comments on commit d3a438f

Please sign in to comment.