Skip to content

Commit b02a64f

Browse files
authored
Update ci.yml
1 parent bbfbd1c commit b02a64f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
- name: Create release artifacts
133133
if: github.ref == 'refs/heads/master'
134134
run: |
135-
sed -i 's/%DOCKER_IMAGE%/${{ steps.meta.outputs.tags }}/g' fly.json
135+
sed -i 's#%DOCKER_IMAGE%#${{ steps.meta.outputs.tags }}#g' fly.json
136136
mkdir -p release
137137
cp fly.json ./release/
138138

0 commit comments

Comments
 (0)