Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
fix(cd): image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-milan committed Feb 7, 2024
1 parent 200cd02 commit 2175b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ github.sha }}
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ 'latest' if github.ref == 'refs/heads/main' else 'latest-dev' }}
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:latest
labels: |
org.opencontainers.image.source=${{ github.event.repository.html_url }}
org.opencontainers.image.revision=${{ github.sha }}
Expand Down

0 comments on commit 2175b03

Please sign in to comment.