Skip to content

Commit

Permalink
Merge pull request #5 from BrandwatchLtd/CCTQ-159
Browse files Browse the repository at this point in the history
fix image label
  • Loading branch information
jaydanielsencision authored Oct 15, 2024
2 parents bd7eb9a + fda3f46 commit e649917
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 @@ -12,7 +12,7 @@ on:
jobs:
release:
runs-on: ubuntu-latest
name: Release
name: Build and Test
steps:
- name: Set up Go 1.13
uses: actions/setup-go@v5
Expand Down Expand Up @@ -47,5 +47,5 @@ jobs:
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) }}
${{ 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) }}

0 comments on commit e649917

Please sign in to comment.