diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index b8c15c5..0a91215 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -4,6 +4,8 @@ on: push: branches: - 'main' + tags: + - '*' jobs: push: @@ -34,4 +36,6 @@ jobs: with: context: "{{defaultContext}}:${{ matrix.image }}" push: true - tags: ghcr.io/troopers/${{ matrix.image }} + tags: | + ghcr.io/troopers/${{ matrix.image }}:${{github.ref_name}} + ghcr.io/troopers/${{ matrix.image }}:latest