Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump docker/build-push-action from 5 to 6 #129

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/pkg-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2137,7 +2137,7 @@ jobs:
# combined multi-arch image that lacks the architecture specific tag value extension and that will ONLY be
# pushed if all architecture specific images build and (where supported) passt he sanity check below.
- name: Build Docker image ${{ steps.gen.outputs.image_name }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ inputs.docker_context_path }}
file: ${{ inputs.docker_file_path }}
Expand Down Expand Up @@ -2177,7 +2177,7 @@ jobs:
- name: Publish image to Docker Hub
id: publish
if: ${{ fromJSON(needs.prepare.outputs.has_docker_secrets) == true && (contains(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main') }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ inputs.docker_context_path }}
file: ${{ inputs.docker_file_path }}
Expand Down