Skip to content

Commit

Permalink
update tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydanielsencision committed Oct 15, 2024
1 parent fda3f46 commit 313e5e6
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 313e5e6

Please sign in to comment.