Skip to content

Commit 529144b

Browse files
committed
added ghcr token and took out useless stuff
1 parent 06f992c commit 529144b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/push-docker-image.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,17 @@ jobs:
2323
# Login against a Docker registry
2424
- name: Log into registry ${{ env.REGISTRY }}
2525
if: github.event_name != 'pull_request'
26-
uses: docker/login-action@3
26+
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
2727
with:
2828
registry: ${{ env.REGISTRY }}
2929
username: ${{ secrets.USERNAME }}
3030
password: ${{ secrets.GHCR_TOKEN }}
3131

3232

33+
3334
- name: Extract Docker metadata
3435
id: meta
35-
uses: docker/metadata-action@5 # v5.0.0
36+
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0
3637
with:
3738
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3839

0 commit comments

Comments
 (0)