Skip to content

Commit

Permalink
fix syntax again
Browse files Browse the repository at this point in the history
  • Loading branch information
jkarneges committed Dec 6, 2024
1 parent 1963cb3 commit b3bdf96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Get source version
run: echo "SOURCE_VERSION=$(grep VERSION: compose.yaml | awk {'print $2'})" >> "$GITHUB_ENV"
run: echo "SOURCE_VERSION=$(grep VERSION compose.yaml | awk {'print $2'})" >> "$GITHUB_ENV"
- name: Docker meta
id: meta
uses: docker/metadata-action@v5
Expand Down

0 comments on commit b3bdf96

Please sign in to comment.