Skip to content

Commit

Permalink
Merge pull request #27 from arunsathiya/main
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonraimondi authored Jan 12, 2024
2 parents 9162aa2 + add0ab1 commit dbc27d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
id: prep
run: |
if [[ $GITHUB_REF == refs/heads/main ]]; then
echo "::set-output name=version::latest"
echo "version=latest" >> $GITHUB_OUTPUT
else
echo "::set-output name=version::${GITHUB_REF#refs/tags/}"
echo "version=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
fi
- name: Build and Push Docker Image
uses: docker/build-push-action@v5
Expand Down

0 comments on commit dbc27d1

Please sign in to comment.