Skip to content

Commit

Permalink
experiment: use latest instead of sha for tag
Browse files Browse the repository at this point in the history
  • Loading branch information
larwaa committed Dec 21, 2023
1 parent 787f807 commit 169507e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Set Image Tag
id: image-tag
run: echo "image-tag=ghcr.io/rubberdok/server:${{ github.sha }}" >> "$GITHUB_OUTPUT"
run: echo "image-tag=ghcr.io/rubberdok/server:latest" >> "$GITHUB_OUTPUT"

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 169507e

Please sign in to comment.