Skip to content

Commit

Permalink
Attempt to fix branch-name image tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
mluypaert committed Apr 9, 2024
1 parent 20b4418 commit fb2655b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
push: true
tags: |
${{ steps.login-ecr.outputs.registry }}/agr_pavi/pipeline_seq_retrieval:${{ env.tagname }}
${{ steps.login-ecr.outputs.registry }}/agr_pavi/pipeline_seq_retrieval:${GITHUB_REF#refs/heads/}
${{ steps.login-ecr.outputs.registry }}/agr_pavi/pipeline_seq_retrieval:${{ github.event.pull_request.base.ref }}
platforms: linux/amd64,linux/arm64
pipeline-alignment-build-and-push-docker-image:
needs: [on-merge-and-deploy, deploy-aws-infra]
Expand Down Expand Up @@ -116,5 +116,5 @@ jobs:
push: true
tags: |
${{ steps.login-ecr.outputs.registry }}/agr_pavi/pipeline_alignment:${{ env.tagname }}
${{ steps.login-ecr.outputs.registry }}/agr_pavi/pipeline_alignment:${GITHUB_REF#refs/heads/}
${{ steps.login-ecr.outputs.registry }}/agr_pavi/pipeline_alignment:${{ github.event.pull_request.base.ref }}
platforms: linux/amd64,linux/arm64

0 comments on commit fb2655b

Please sign in to comment.