We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f992c commit 529144bCopy full SHA for 529144b
.github/workflows/push-docker-image.yml
@@ -23,16 +23,17 @@ jobs:
23
# Login against a Docker registry
24
- name: Log into registry ${{ env.REGISTRY }}
25
if: github.event_name != 'pull_request'
26
- uses: docker/login-action@3
+ uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
27
with:
28
registry: ${{ env.REGISTRY }}
29
username: ${{ secrets.USERNAME }}
30
password: ${{ secrets.GHCR_TOKEN }}
31
32
33
+
34
- name: Extract Docker metadata
35
id: meta
- uses: docker/metadata-action@5 # v5.0.0
36
+ uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0
37
38
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
39
0 commit comments