Skip to content

Commit

Permalink
Fix container build
Browse files Browse the repository at this point in the history
  • Loading branch information
nikdoof committed Nov 29, 2023
1 parent 8ff4ef1 commit de2ca2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
with:
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/user-tweaker:${{ github.ref_name }}
ghcr.io/${{ github.repository_owner }}/user-tweaker:latest
ghcr.io/${{ github.repository_owner }}/local-spaces:${{ github.ref_name }}
ghcr.io/${{ github.repository_owner }}/local-spaces:latest

0 comments on commit de2ca2a

Please sign in to comment.