mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 05:38:04 +00:00
Bump golang compiler #1037
This commit is contained in:
parent
59752fb36d
commit
8c2dd1af07
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-go@v2
|
- uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: '^1.17.2'
|
go-version: '^1.17.5'
|
||||||
- name: Compile man page markup
|
- name: Compile man page markup
|
||||||
id: gen-man-page-md
|
id: gen-man-page-md
|
||||||
run: |
|
run: |
|
||||||
@ -102,6 +102,7 @@ jobs:
|
|||||||
--label "org.opencontainers.image.url=https://mikefarah.gitbook.io/yq/" \
|
--label "org.opencontainers.image.url=https://mikefarah.gitbook.io/yq/" \
|
||||||
--label "org.opencontainers.image.version=${IMAGE_VERSION}" \
|
--label "org.opencontainers.image.version=${IMAGE_VERSION}" \
|
||||||
--platform "${PLATFORMS}" \
|
--platform "${PLATFORMS}" \
|
||||||
|
--pull \
|
||||||
--push \
|
--push \
|
||||||
-t "${IMAGE_NAME}:${IMAGE_VERSION}" \
|
-t "${IMAGE_NAME}:${IMAGE_VERSION}" \
|
||||||
-t "${IMAGE_NAME}:4" \
|
-t "${IMAGE_NAME}:4" \
|
||||||
|
Loading…
Reference in New Issue
Block a user