Skip to content

Commit

Permalink
tiny edit
Browse files Browse the repository at this point in the history
  • Loading branch information
erhant committed Oct 8, 2024
1 parent 1edf491 commit f4812e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_dev_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Set Image Tag
id: itag
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

- name: Build and push
uses: docker/build-push-action@v6
Expand Down

0 comments on commit f4812e8

Please sign in to comment.