Skip to content

Commit

Permalink
chrome for grass
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed May 28, 2024
1 parent 340f734 commit e7a1dda
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/buildPushDockerImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Determine branch
id: vars
run: |
branch=${{ github.event.inputs.branch || 'master' }}
echo "::set-output name=branch::$branch"
if [ "$brancs" = "master" ]; then
echo "::set-output name=tag::latest"
else
echo "::set-output name=tag::$branch"
fi
- name: Determine branch
id: vars
run: |
branch=${{ github.event.inputs.branch || 'master' }}
echo "::set-output name=branch::$branch"
if [ "$brancs" = "master" ]; then
echo "::set-output name=tag::latest"
else
echo "::set-output name=tag::$branch"
fi
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit e7a1dda

Please sign in to comment.