Skip to content

Commit

Permalink
Merge pull request #6 from BrandwatchLtd/CCTQ-159
Browse files Browse the repository at this point in the history
update tags
  • Loading branch information
jaydanielsencision authored Oct 15, 2024
2 parents e649917 + 313e5e6 commit 56662c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-deploy-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:

- name: Build and push
uses: docker/build-push-action@v6
env:
IMAGE_ID: docker.artifactory.brandwatch.com/${{ github.repository.event.name }}:${{ github.ref_name }}
with:
push: true
tags: |
${{ format('{0}:{1}-{2}', github.event.repository.name, github.ref_name, 'amd64') }}
${{ format('{0}:{1}-{2}', github.event.repository.name, github.ref_name, github.run_id) }}
tags: ${{ format('{0}-{1}', env.IMAGE_ID, 'amd64') }},${{ format('{0}-{1}', env.IMAGE_ID, github.run_id) }}

0 comments on commit 56662c8

Please sign in to comment.