mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2026-04-05 14:25:27 +00:00
Updated a few workflow actions
Signed-off-by: simonmicro <simon@simonmicro.de>
This commit is contained in:
parent
99be2c9ffc
commit
565ef8d500
3 changed files with 13 additions and 13 deletions
6
.github/workflows/bake_to_test.yml
vendored
6
.github/workflows/bake_to_test.yml
vendored
|
|
@ -9,12 +9,12 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
- name: Set up QEMU
|
||||
uses: actions/checkout@v6
|
||||
- name: Docker Setup QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
with:
|
||||
platforms: all
|
||||
- name: Set up Docker Buildx
|
||||
- name: Docker Setup Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: Build (full)
|
||||
uses: docker/build-push-action@v6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue