Skip to content

Commit

Permalink
further decouple the commands
Browse files Browse the repository at this point in the history
  • Loading branch information
d33bs committed Dec 22, 2023
1 parent b0c7fe2 commit 7a7726e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
poetry version |
awk '{print $2}' |
awk -F'.' '{print $1"."$2"."$3}'
)
) &&
echo "VERSION=$VERSION" >> "$GITHUB_OUTPUT"
- name: Build and push
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 7a7726e

Please sign in to comment.