mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-18 09:27:02 +00:00
196: qemu
This commit is contained in:
parent
c1a2c159de
commit
787b02078e
1 changed files with 3 additions and 0 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
|
@ -38,6 +38,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0 # https://github.com/goreleaser/goreleaser-action/issues/56
|
fetch-depth: 0 # https://github.com/goreleaser/goreleaser-action/issues/56
|
||||||
|
|
||||||
|
- uses: docker/setup-qemu-action@v2
|
||||||
|
- uses: docker/setup-buildx-action@v2
|
||||||
|
|
||||||
- name: goreleaser
|
- name: goreleaser
|
||||||
run: |
|
run: |
|
||||||
echo "${{ github.token }}" | docker login https://ghcr.io -u ${GITHUB_ACTOR} --password-stdin
|
echo "${{ github.token }}" | docker login https://ghcr.io -u ${GITHUB_ACTOR} --password-stdin
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue