Skip to content

Commit 5893376

Browse files
committed
Fix single quote in stage
1 parent a549741 commit 5893376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Available platforms
6868
run: echo ${{ steps.buildx.outputs.platforms }}
6969
- name: Copy Dockerfile
70-
run: cp Dockerfile Dockerfile.ubuntu-xenial; sed -i.bak 's/FROM.*/FROM ${ORG}\/github-runner-base:ubuntu-xenial/' Dockerfile.ubuntu-xenial
70+
run: cp Dockerfile Dockerfile.ubuntu-xenial; sed -i.bak "s/FROM.*/FROM ${ORG}\/github-runner-base:ubuntu-xenial/" Dockerfile.ubuntu-xenial
7171
- name: Login
7272
run: docker login -u ${{ secrets.DOCKER_USER }} -p ${{ secrets.DOCKER_TOKEN }}
7373
- name: Build

0 commit comments

Comments
 (0)