Link container image to repo
All checks were successful
docker / build-and-push (push) Successful in 18s
All checks were successful
docker / build-and-push (push) Successful in 18s
This commit is contained in:
@@ -17,6 +17,9 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
build-args: |
|
||||
VCS_REF=${{ github.sha }}
|
||||
VCS_URL=${{ github.server_url }}/${{ github.repository }}
|
||||
tags: |
|
||||
${{ secrets.REGISTRY }}/${{ secrets.IMAGE_NAME }}:latest
|
||||
${{ secrets.REGISTRY }}/${{ secrets.IMAGE_NAME }}:${{ github.sha }}
|
||||
|
||||
Reference in New Issue
Block a user