Skip to content

Commit

Permalink
Merge pull request #146 from rsksmart/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/build-push-action-6.9.0

Bump docker/build-push-action from 6.7.0 to 6.9.0
  • Loading branch information
marcos-iov authored Oct 23, 2024
2 parents 3c4ea60 + 3001689 commit d3a1bb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
platforms: linux/amd64

- name: Build and export locally Docker
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
with:
context: container-action/
load: true
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build the RIT Action Container Image
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
with:
context: container-action/
tags: ${{ env.LATEST_TAG }}
Expand Down

0 comments on commit d3a1bb1

Please sign in to comment.