Skip to content

Commit

Permalink
build(deps): Bump docker/build-push-action from 4 to 5 (#335)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 3, 2023
1 parent 7c29da8 commit 7691a4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-test-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v2
- name: Test Docker build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: false
context: .
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
type=pep440,pattern={{major}}
type=raw,value=latest,enable=${{ endsWith(github.ref, 'master') }}
- name: Push to Docker Hub
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: true
context: .
Expand All @@ -61,7 +61,7 @@ jobs:
tags: type=raw,value=exp-deps,enable=true
- name: Push to Docker Hub (exp-deps)
if: ${{ endsWith(github.ref, 'dev') }}
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: true
context: .
Expand Down

0 comments on commit 7691a4a

Please sign in to comment.