Skip to content

Commit 2c0b54a

Browse files
authored
hotfix: faulty workflow version number
adds a `v` to `@4`
1 parent 9387971 commit 2c0b54a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@v6
3131

3232
- name: Log in to GitHub Container Registry
33-
uses: docker/login-action@4
33+
uses: docker/login-action@v4
3434
with:
3535
registry: ${{ env.REGISTRY }}
3636
username: ${{ github.actor }}
@@ -49,4 +49,4 @@ jobs:
4949
run: |
5050
IMAGE=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
5151
docker push $IMAGE:${{ env.RELEASE_TAG }}
52-
docker push $IMAGE:latest
52+
docker push $IMAGE:latest

0 commit comments

Comments
 (0)