We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e6e100 + de8cf42 commit fa3dc87Copy full SHA for fa3dc87
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@31cebacef4805868f9ce9a0cb03ee36c32df2ac4 # v5.3.0
+ uses: docker/metadata-action@9dc751fe249ad99385a2583ee0d084c400eee04e # v5.4.0
40
with:
41
images: ghcr.io/${{ github.repository }}/${{ matrix.binary }}
42
- run: echo "REPO_NAME=$(basename ${{ github.repository }})" >> "$GITHUB_ENV"
0 commit comments