Skip to content

Commit

Permalink
Set version name
Browse files Browse the repository at this point in the history
  • Loading branch information
lebedenko-ubique committed Oct 25, 2024
1 parent a3842ba commit 9203400
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ jobs:
with:
lfs: true
- name: Build and push docker image
uses: UbiqueInnovation/action-systems-docker-build-and-push@v1.0.0
uses: UbiqueInnovation/action-systems-docker-build-and-push@v2.0.0
with:
image_name: next-gen-signing-service-dev
version_name: ${{ inputs.repo_branch || github.ref_name }}
registry: ${{ secrets.UBIQUE_ACR_REGISTRY }}
username: ${{ secrets.UBIQUE_ACR_USERNAME }}
password: ${{ secrets.UBIQUE_ACR_PASSWORD }}
Expand Down

0 comments on commit 9203400

Please sign in to comment.