Skip to content

Commit

Permalink
Fix build pipeline?
Browse files Browse the repository at this point in the history
  • Loading branch information
lebedenko-ubique committed Sep 19, 2024
1 parent 9ae928b commit c0f1a77
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build_and_deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ jobs:
with:
images: |
${{ secrets.UBIQUE_ACR_REGISTRY }}/next-gen-signing-service-dev
tags: >
# dynamically set the branch name and sha as a custom tag if
tag_add_commithash is enabled
tags: |
# dynamically set the branch name and sha as a custom tag if tag_add_commithash is enabled
type=raw,value=${{ inputs.repo_branch || github.ref_name }}-{{sha}},enable=true
# set latest tag for default branch
type=raw,value=latest,enable=true
Expand All @@ -55,7 +54,7 @@ jobs:
needs:
- create-docker-image
with:
ref_name: '${{ inputs.repo_branch }}'
ref_name: '${{ inputs.repo_branch || github.ref_name }}'
tag_add_commithash: true
namespace: sprind-eudi
app_name: next-gen-signing-service-dev
Expand Down

0 comments on commit c0f1a77

Please sign in to comment.