Skip to content

Commit

Permalink
ci: Fix GihHub container publish condition
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Nov 23, 2023
1 parent 3b05c48 commit 432b5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ jobs:
- buildx
- anchore
- trivy
if: ${{ (startsWith(github.ref, 'refs/tags/') || (github.ref == 'refs/heads/main')) && github.repository == 'WeblateOrg/docker' }}
if: ${{ (startsWith(github.ref, 'refs/tags/') || (github.ref == 'refs/heads/main')) && github.repository == 'WeblateOrg/wlc' }}
env:
DOCKER_IMAGE: ghcr.io/weblateorg/wlc
steps:
Expand Down

0 comments on commit 432b5cd

Please sign in to comment.