Skip to content
Snippets Groups Projects
Unverified Commit c784b42c authored by Janyk Steenbeek's avatar Janyk Steenbeek Committed by GitHub
Browse files

Update login action to use tag

parent 223f02f2
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ jobs:
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Log in to the Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
uses: docker/login-action@v2
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
......@@ -35,4 +35,4 @@ jobs:
context: .
push: true
platforms: linux/amd64,linux/arm64
tags: ghcr.io/janyksteenbeek/web-docker:latest
\ No newline at end of file
tags: ghcr.io/janyksteenbeek/web-docker:latest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment