We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1edf491 commit f4812e8Copy full SHA for f4812e8
.github/workflows/build_dev_container.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Set Image Tag
46
id: itag
47
- run: echo "itag=${{ steps.branch.outputs.branch }}-${{ steps.sha.outputs.sha }}-${{ steps.timestamp.outputs.timestamp }}" >> $GITHUB_OUTPUT
+ run: echo "itag=testing-${{ steps.sha.outputs.sha }}-${{ steps.timestamp.outputs.timestamp }}" >> $GITHUB_OUTPUT
48
49
- name: Build and push
50
uses: docker/build-push-action@v6
0 commit comments