Update deployment workflows
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m6s
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m6s
This commit is contained in:
@@ -58,3 +58,5 @@ jobs:
|
||||
tags: |
|
||||
${{ env.IMAGE_NAME }}:latest
|
||||
${{ env.IMAGE_NAME }}:${{ steps.sha.outputs.short_sha }}
|
||||
provenance: false
|
||||
sbom: false
|
||||
|
||||
@@ -4,7 +4,7 @@ on:
|
||||
workflow_run:
|
||||
workflows: ["Build and Push Docker Image"]
|
||||
types:
|
||||
- completed
|
||||
- success
|
||||
|
||||
env:
|
||||
NOMAD_ADDR: ${{ secrets.NOMAD_ADDR }}
|
||||
|
||||
Reference in New Issue
Block a user