ci: fix typo in release workflow
This commit is contained in:
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -67,7 +67,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: '{{defaultContext}}:frontend'
|
context: '{{defaultContext}}:frontend'
|
||||||
platforms: linux/amd64,linux/arm64,linux/386,linux/arm/v7
|
platforms: linux/amd64,linux/arm64,linux/386,linux/arm/v7
|
||||||
push: true{context}/Dockerfile
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
xddxdd/bird-lg-go:latest
|
xddxdd/bird-lg-go:latest
|
||||||
xddxdd/bird-lg-go:${{ github.event.release.tag_name }}
|
xddxdd/bird-lg-go:${{ github.event.release.tag_name }}
|
||||||
|
|||||||
Reference in New Issue
Block a user