Skip to content

Commit

Permalink
small workflow edits
Browse files Browse the repository at this point in the history
  • Loading branch information
erhant committed Oct 8, 2024
1 parent 540a226 commit f4d2312
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_dev_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

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

- name: Build and push
uses: docker/build-push-action@v6
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: tests

on:
# push:
# branches:
# - master
workflow_dispatch:
branches:
- master

jobs:
test:
Expand Down

0 comments on commit f4d2312

Please sign in to comment.