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 540a226 commit f4d2312Copy full SHA for f4d2312
.github/workflows/build_dev_container.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Set Image Tag
54
id: itag
55
- run: echo "itag=testing-${{ steps.sha.outputs.sha }}-${{ steps.timestamp.outputs.timestamp }}" >> $GITHUB_OUTPUT
+ run: echo "itag=${{ steps.sha.outputs.branch }}-${{ steps.sha.outputs.sha }}-${{ steps.timestamp.outputs.timestamp }}" >> $GITHUB_OUTPUT
56
57
- name: Build and push
58
uses: docker/build-push-action@v6
.github/workflows/tests.yml
@@ -2,9 +2,9 @@ name: tests
2
3
on:
4
# push:
5
+ # branches:
6
+ # - master
7
workflow_dispatch:
- branches:
- - master
8
9
jobs:
10
test:
0 commit comments