We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a549741 commit 5893376Copy full SHA for 5893376
.github/workflows/release.yml
@@ -67,7 +67,7 @@ jobs:
67
- name: Available platforms
68
run: echo ${{ steps.buildx.outputs.platforms }}
69
- 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
+ run: cp Dockerfile Dockerfile.ubuntu-xenial; sed -i.bak "s/FROM.*/FROM ${ORG}\/github-runner-base:ubuntu-xenial/" Dockerfile.ubuntu-xenial
71
- name: Login
72
run: docker login -u ${{ secrets.DOCKER_USER }} -p ${{ secrets.DOCKER_TOKEN }}
73
- name: Build
0 commit comments