Skip to content

Commit

Permalink
Bump docker/build-push-action from 4 to 5 (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 22, 2024
2 parents 56e51b3 + 7a88fe5 commit 48539e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
type=ref,event=tag
- name: Build and export to Docker
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
load: true
Expand All @@ -68,7 +68,7 @@ jobs:
target_tar: file://${{ env.CONTAINER_TAR }}

- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
id: build-and-push
with:
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build and export to Docker
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
load: true
Expand Down

0 comments on commit 48539e5

Please sign in to comment.