Skip to content

Commit 8c4527a

Browse files
committed
fix: run iamge publish on tags even without changes on Dockerfile
1 parent ef2ab39 commit 8c4527a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-push-ghcr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
4747
pdsadmin-container-ghcr:
4848
needs: changes
49-
if: ${{ needs.changes.outputs.Dockerfile == 'true' }}
49+
if: ${{ needs.changes.outputs.Dockerfile == 'true' || startsWith(github.ref, 'refs/tags/v') }}
5050
runs-on: ubuntu-latest
5151
permissions:
5252
contents: read

0 commit comments

Comments
 (0)