Skip to content

Commit

Permalink
test: changed tag name to be latest
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Oct 4, 2024
1 parent a178fea commit 6fc508f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
uses: actions/github-script@v5
with:
script: |
const branchName = context.ref.split('/').slice(-1)[0];
const tagName = branchName === 'master' ? 'latest' : branchName;
# const branchName = context.ref.split('/').slice(-1)[0];
const tagName = 'latest';
console.log('Will use tag: ' + tagName);
return tagName;
result-encoding: string
Expand Down

0 comments on commit 6fc508f

Please sign in to comment.