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 438401c commit 10653beCopy full SHA for 10653be
.github/workflows/ci.yml
@@ -220,6 +220,6 @@ jobs:
220
with:
221
push: true
222
platforms: linux/amd64,linux/arm64
223
- file: "{{context}}/Dockerfile.alpine"
+ file: "Dockerfile.alpine"
224
tags: ${{ steps.release_meta.outputs.tags || steps.edge_meta.outputs.tags }}
225
labels: ${{ steps.release_meta.outputs.labels || steps.edge_meta.outputs.tags }}
0 commit comments