Skip to content

Commit

Permalink
Merge pull request #55 from jenskeiner/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/build-push-action-6.10.0

Bump docker/build-push-action from 5.3.0 to 6.10.0
  • Loading branch information
jenskeiner authored Dec 3, 2024
2 parents 1a95590 + 23824d3 commit c1962d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ jobs:
tests/14_attestation_tagged --mode prime
- name: Build and push image
id: push1
uses: docker/build-push-action@v5.3.0
uses: docker/build-push-action@v6.10.0
with:
context: tests/14_attestation_tagged
file: tests/14_attestation_tagged/Dockerfile
Expand Down Expand Up @@ -314,7 +314,7 @@ jobs:
# tests/15_attestation_untagged --mode prime
# - name: Build and push image 1
# id: push2
# uses: docker/build-push-action@v5.3.0
# uses: docker/build-push-action@v6.10.0
# with:
# context: tests/15_attestation_untagged
# file: tests/15_attestation_untagged/Dockerfile1
Expand All @@ -330,7 +330,7 @@ jobs:
# push-to-registry: true
# - name: Build and push image 2
# id: push3
# uses: docker/build-push-action@v5.3.0
# uses: docker/build-push-action@v6.10.0
# with:
# context: tests/15_attestation_untagged
# file: tests/15_attestation_untagged/Dockerfile2
Expand Down

0 comments on commit c1962d8

Please sign in to comment.