Skip to content

Commit b3bdf96

Browse files
committed
fix syntax again
1 parent 1963cb3 commit b3bdf96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Docker Buildx
1919
uses: docker/setup-buildx-action@v3
2020
- name: Get source version
21-
run: echo "SOURCE_VERSION=$(grep VERSION: compose.yaml | awk {'print $2'})" >> "$GITHUB_ENV"
21+
run: echo "SOURCE_VERSION=$(grep VERSION compose.yaml | awk {'print $2'})" >> "$GITHUB_ENV"
2222
- name: Docker meta
2323
id: meta
2424
uses: docker/metadata-action@v5

0 commit comments

Comments
 (0)