Skip to content

Commit

Permalink
try both tag conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nina Bernick committed Jun 4, 2024
1 parent 9bb8b61 commit c838576
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ jobs:
with:
context: .
push: true
tags: ghcr.io/${{ github.repository }}:latest
tags: |
ghcr.io/${{ github.repository }}:${{ github.sha }},
ghcr.io/${{ github.repository }}:latest
- name: run tests
run: |
Expand Down

0 comments on commit c838576

Please sign in to comment.