Skip to content

Commit

Permalink
build-push-action minor 5.3.0 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanmars committed Jun 4, 2024
1 parent 3ab1b9d commit 827794f
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 @@ -244,7 +244,7 @@ jobs:
tests/attestation-tagged --mode prime
- name: Build and push image
id: push1
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.3.0
with:
context: tests/attestation-tagged
file: tests/attestation-tagged/Dockerfile.image
Expand Down Expand Up @@ -275,7 +275,7 @@ jobs:
tests/attestation-untagged --mode prime
- name: Build and push image 1
id: push2
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.3.0
with:
context: tests/attestation-untagged
file: tests/attestation-untagged/Dockerfile.image1
Expand All @@ -291,7 +291,7 @@ jobs:
push-to-registry: true
- name: Build and push image 2
id: push3
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.3.0
with:
context: tests/attestation-untagged
file: tests/attestation-untagged/Dockerfile.image2
Expand Down

0 comments on commit 827794f

Please sign in to comment.