add more docker tags for prod image

This commit is contained in:
Brian Rosner 2024-05-17 22:48:57 -06:00
parent eea1791802
commit d630aa1c14

View File

@ -35,6 +35,10 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=branch
type=ref,event=pr
type=sha
- name: build prod image
uses: docker/build-push-action@v5
if: github.ref == 'refs/heads/main'