Skip to content

Commit 10653be

Browse files
committed
Removing context prefix (Alpine)
1 parent 438401c commit 10653be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,6 @@ jobs:
220220
with:
221221
push: true
222222
platforms: linux/amd64,linux/arm64
223-
file: "{{context}}/Dockerfile.alpine"
223+
file: "Dockerfile.alpine"
224224
tags: ${{ steps.release_meta.outputs.tags || steps.edge_meta.outputs.tags }}
225225
labels: ${{ steps.release_meta.outputs.labels || steps.edge_meta.outputs.tags }}

0 commit comments

Comments
 (0)