Skip to content

Commit f4d2312

Browse files
committed
small workflow edits
1 parent 540a226 commit f4d2312

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_dev_container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Set Image Tag
5454
id: itag
55-
run: echo "itag=testing-${{ steps.sha.outputs.sha }}-${{ steps.timestamp.outputs.timestamp }}" >> $GITHUB_OUTPUT
55+
run: echo "itag=${{ steps.sha.outputs.branch }}-${{ steps.sha.outputs.sha }}-${{ steps.timestamp.outputs.timestamp }}" >> $GITHUB_OUTPUT
5656

5757
- name: Build and push
5858
uses: docker/build-push-action@v6

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: tests
22

33
on:
44
# push:
5+
# branches:
6+
# - master
57
workflow_dispatch:
6-
branches:
7-
- master
88

99
jobs:
1010
test:

0 commit comments

Comments
 (0)