We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62e7000 + e78556a commit 7be7fb8Copy full SHA for 7be7fb8
1 file changed
.github/workflows/build.yaml
@@ -36,7 +36,7 @@ jobs:
36
- name: Get Docker metadata
37
if: github.actor != 'dependabot[bot]'
38
id: docker_metadata
39
- uses: docker/metadata-action@9dc751fe249ad99385a2583ee0d084c400eee04e # v5.4.0
+ uses: docker/metadata-action@dbef88086f6cef02e264edb7dbf63250c17cef6c # v5.5.0
40
with:
41
images: ghcr.io/${{ github.repository }}/${{ matrix.binary }}
42
- run: echo "GITHUB_REPOSITORY_NAME=$(basename ${{ github.repository }})" >> "$GITHUB_ENV"
0 commit comments