Skip to content

Commit

Permalink
chore(deps): bump the github-actions group across 1 directory with 5 …
Browse files Browse the repository at this point in the history
…updates (#93)
  • Loading branch information
alimd authored Feb 7, 2025
2 parents 6f151ef + ecebf83 commit 6f4e2ea
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ jobs:
- name: 🏗 Install cosign
if: ${{ github.event_name != 'pull_request' && steps.file_change.outputs.container_folder != 'false' }}
uses: sigstore/cosign-installer@v3.7.0
uses: sigstore/cosign-installer@v3.8.0

- name: 🏗 Setup Docker Buildx
if: ${{ steps.file_change.outputs.container_folder != 'false' }}
uses: docker/setup-buildx-action@v3.7.1
uses: docker/setup-buildx-action@v3.9.0

- name: 🏗 Cache Docker Layers
if: ${{ steps.file_change.outputs.container_folder != 'false' }}
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
path: /tmp/.buildx-cache
key: container/${{ matrix.path }}
Expand All @@ -88,7 +88,7 @@ jobs:
- name: 🏗 Extract metadata
if: ${{ steps.file_change.outputs.container_folder != 'false' }}
id: meta
uses: docker/metadata-action@v5.5.1
uses: docker/metadata-action@v5.6.1
with:
github-token: ${{secrets.GITHUB_TOKEN}}
images: |
Expand All @@ -102,7 +102,7 @@ jobs:
- name: 🚀 Build and export to docekr
if: ${{ steps.file_change.outputs.container_folder != 'false' }}
uses: docker/build-push-action@v6.9.0
uses: docker/build-push-action@v6.13.0
with:
context: ./${{matrix.path}}
push: false
Expand All @@ -122,7 +122,7 @@ jobs:
- name: 🚀 Build and publish container image
if: ${{ steps.file_change.outputs.container_folder != 'false' }}
uses: docker/build-push-action@v6.9.0
uses: docker/build-push-action@v6.13.0
with:
context: ./${{matrix.path}}
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 6f4e2ea

Please sign in to comment.