Skip to content

Commit

Permalink
Bump docker/build-push-action from 5 to 6 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 27, 2024
1 parent 6b38b89 commit 5186a59
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-containerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Build and push container image to registry
id: build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./
file: ./Dockerfile.main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-streaming-containerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Build and push container image to registry
id: build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./
file: ./Dockerfile.streaming
Expand Down

0 comments on commit 5186a59

Please sign in to comment.