Skip to content

Commit

Permalink
Update docker-2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-c4t authored Sep 15, 2023
1 parent 99f3a14 commit 7790e9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Create tag
working-directory: ./camino-suite
if: ${{ (github.ref == 'refs/heads/suite-tagging') && (github.event_name == 'push')
if: ${{ (github.ref == 'refs/heads/suite-tagging') && (github.event_name == 'push') }}
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
Expand All @@ -67,4 +67,4 @@ jobs:
git tag -a $TAG -m "creat tag $TAG for staging"
git push --tags

0 comments on commit 7790e9d

Please sign in to comment.