Skip to content

Commit

Permalink
v1.2.0 - fix outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
thevops committed Jul 23, 2024
1 parent 5079a8e commit af2bf77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: 📝 Get application version
id: version
run: |
echo "APP_VERSION=$(cat ./VERSION)" >> "$GITHUB_ENV"
echo "APP_VERSION=$(cat ./VERSION)" >> "$GITHUB_OUTPUT"
- name: 📝 Docker meta
id: meta
Expand Down

0 comments on commit af2bf77

Please sign in to comment.