Skip to content

Commit 9ac3eea

Browse files
committed
Fix image name
1 parent b419823 commit 9ac3eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v3
2323
- uses: secondlife/action-build-docker@v1
2424
with:
25-
image: /platform/nginx-proxy
25+
image: platform/nginx-proxy
2626
platforms: linux/amd64,linux/arm64
2727
promote: ${{ startsWith(github.ref, 'refs/tags/v') }}
2828
jfrog-token: ${{ secrets.SHARED_JFROG_TOKEN }}

0 commit comments

Comments
 (0)