Skip to content

Commit

Permalink
ci(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mazi-renovate[bot] authored Aug 18, 2024
1 parent 8f56d7d commit ab5cbd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- id: build_image
if: ${{ needs.env.outputs.PUSH && matrix.arch }}
name: Build Image
uses: redhat-actions/[email protected]
uses: redhat-actions/buildah-build@7a95fa7ee0f02d552a32753e7414641a04307056 # v2.13
with:
archs: ${{ matrix.arch }}
base-image: scratch
Expand All @@ -139,7 +139,7 @@ jobs:
- id: push
if: ${{ steps.build_image.conclusion == 'success' }}
name: Push To GHCR
uses: redhat-actions/[email protected]
uses: redhat-actions/push-to-registry@5ed88d269cf581ea9ef6dd6806d01562096bee9c # v2.8
with:
image: ${{ env.IMAGE_NAME }}
tags: ${{ steps.build_image.outputs.tags }}
Expand Down

0 comments on commit ab5cbd9

Please sign in to comment.