Update docker-build-push.yml
This commit is contained in:
2
.github/workflows/docker-build-push.yml
vendored
2
.github/workflows/docker-build-push.yml
vendored
@@ -38,4 +38,4 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
file: container/Dockerfile
|
file: container/Dockerfile
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.sha.outputs.short_sha }}
|
tags: ${{ env.REGISTRY }}/saya-search:${{ steps.sha.outputs.short_sha }}
|
||||||
|
|||||||
Reference in New Issue
Block a user