Skip to content

Commit

Permalink
Merge pull request #5721 from oasisprotocol/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/github-actions-dd74ed43be

ci: bump the github-actions group across 1 directory with 2 updates
  • Loading branch information
kostko authored Oct 10, 2024
2 parents 456a688 + 6030d9e commit 651c127
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: "Rebuild ghcr.io/oasisprotocol/oasis-core-dev:${{ steps.determine_tag.outputs.tag }}"
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: docker/oasis-core-dev
file: docker/oasis-core-dev/Dockerfile
Expand All @@ -86,7 +86,7 @@ jobs:
org.opencontainers.image.revision=${{ github.sha }}
- name: "Rebuild ghcr.io/oasisprotocol/oasis-core-ci:${{ steps.determine_tag.outputs.tag }}"
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: docker/oasis-core-ci
file: docker/oasis-core-ci/Dockerfile
Expand All @@ -101,7 +101,7 @@ jobs:
org.opencontainers.image.revision=${{ github.sha }}
- name: "Rebuild ghcr.io/oasisprotocol/aesmd-dcap:${{ steps.determine_tag.outputs.tag }}"
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: docker/aesmd
file: docker/aesmd/Dockerfile
Expand All @@ -116,7 +116,7 @@ jobs:
org.opencontainers.image.revision=${{ github.sha }}
- name: "Rebuild ghcr.io/oasisprotocol/aesmd-epid:${{ steps.determine_tag.outputs.tag }}"
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: docker/aesmd
file: docker/aesmd/Dockerfile
Expand All @@ -131,7 +131,7 @@ jobs:
org.opencontainers.image.revision=${{ github.sha }}
- name: Prune old ghcr.io/oasisprotocol/oasis-core-dev images
uses: vlaurin/action-ghcr-prune@v0.5.0
uses: vlaurin/action-ghcr-prune@v0.6.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
organization: oasisprotocol
Expand All @@ -142,7 +142,7 @@ jobs:
prune-tags-regexes: ^pr-

- name: Prune old ghcr.io/oasisprotocol/oasis-core-ci images
uses: vlaurin/action-ghcr-prune@v0.5.0
uses: vlaurin/action-ghcr-prune@v0.6.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
organization: oasisprotocol
Expand All @@ -153,7 +153,7 @@ jobs:
prune-tags-regexes: ^pr-

- name: Prune old ghcr.io/oasisprotocol/aesmd-dcap images
uses: vlaurin/action-ghcr-prune@v0.5.0
uses: vlaurin/action-ghcr-prune@v0.6.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
organization: oasisprotocol
Expand All @@ -164,7 +164,7 @@ jobs:
prune-tags-regexes: ^pr-

- name: Prune old ghcr.io/oasisprotocol/aesmd-epid images
uses: vlaurin/action-ghcr-prune@v0.5.0
uses: vlaurin/action-ghcr-prune@v0.6.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
organization: oasisprotocol
Expand Down

0 comments on commit 651c127

Please sign in to comment.