Skip to content

Commit

Permalink
Update baseimage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Mar 31, 2023
1 parent 0dab0a3 commit 91d2576
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/baseimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
tags: |
${{ env.IMAGE_NAME }}-pm2
ghcr.io/${{ env.IMAGE_NAME }}-pm2
quay.io/${{ env.IMAGE_NAME }}-pm2
file: docker/Dockerfile
target: pm2
labels: ${{ steps.meta-pm2.outputs.labels }}
Expand All @@ -78,6 +79,7 @@ jobs:
tags: |
${{ env.IMAGE_NAME }}-distroless
ghcr.io/${{ env.IMAGE_NAME }}-distroless
quay.io/${{ env.IMAGE_NAME }}-distroless
file: docker/Dockerfile
target: distroless
labels: ${{ steps.meta-distroless.outputs.labels }}
Expand All @@ -98,5 +100,6 @@ jobs:
tags: |
${{ env.IMAGE_NAME }}
ghcr.io/${{ env.IMAGE_NAME }}
quay.io/${{ env.IMAGE_NAME }}
file: docker/Dockerfile
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 91d2576

Please sign in to comment.