mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-12-06 07:42:00 +01:00
Updated all workflow jobs
Signed-off-by: simonmicro <simon@simonmicro.de>
This commit is contained in:
parent
c86f243829
commit
88b5bb47c6
10
.github/workflows/bake_to_latest.yml
vendored
10
.github/workflows/bake_to_latest.yml
vendored
|
|
@ -14,13 +14,13 @@ jobs:
|
||||||
contents: read
|
contents: read
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2.3.4
|
uses: actions/checkout@v5
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v1
|
uses: docker/setup-qemu-action@v3
|
||||||
with:
|
with:
|
||||||
platforms: all
|
platforms: all
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v1.6.0
|
uses: docker/setup-buildx-action@v3
|
||||||
- name: Login to DockerHub
|
- name: Login to DockerHub
|
||||||
uses: docker/login-action@v1.10.0
|
uses: docker/login-action@v1.10.0
|
||||||
with:
|
with:
|
||||||
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./docker/docker-py3-kms/Dockerfile
|
file: ./docker/docker-py3-kms/Dockerfile
|
||||||
|
|
@ -44,7 +44,7 @@ jobs:
|
||||||
BUILD_COMMIT=${{ github.sha }}
|
BUILD_COMMIT=${{ github.sha }}
|
||||||
BUILD_BRANCH=${{ github.ref_name }}
|
BUILD_BRANCH=${{ github.ref_name }}
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./docker/docker-py3-kms-minimal/Dockerfile
|
file: ./docker/docker-py3-kms-minimal/Dockerfile
|
||||||
|
|
|
||||||
10
.github/workflows/bake_to_next.yml
vendored
10
.github/workflows/bake_to_next.yml
vendored
|
|
@ -14,13 +14,13 @@ jobs:
|
||||||
contents: read
|
contents: read
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2.3.4
|
uses: actions/checkout@v5
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v1
|
uses: docker/setup-qemu-action@v3
|
||||||
with:
|
with:
|
||||||
platforms: all
|
platforms: all
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v1.6.0
|
uses: docker/setup-buildx-action@v3
|
||||||
- name: Login to DockerHub
|
- name: Login to DockerHub
|
||||||
uses: docker/login-action@v1.10.0
|
uses: docker/login-action@v1.10.0
|
||||||
with:
|
with:
|
||||||
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./docker/docker-py3-kms/Dockerfile
|
file: ./docker/docker-py3-kms/Dockerfile
|
||||||
|
|
@ -44,7 +44,7 @@ jobs:
|
||||||
BUILD_COMMIT=${{ github.sha }}
|
BUILD_COMMIT=${{ github.sha }}
|
||||||
BUILD_BRANCH=${{ github.ref_name }}
|
BUILD_BRANCH=${{ github.ref_name }}
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./docker/docker-py3-kms-minimal/Dockerfile
|
file: ./docker/docker-py3-kms-minimal/Dockerfile
|
||||||
|
|
|
||||||
10
.github/workflows/bake_to_test.yml
vendored
10
.github/workflows/bake_to_test.yml
vendored
|
|
@ -9,15 +9,15 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2.3.4
|
uses: actions/checkout@v5
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v1
|
uses: docker/setup-qemu-action@v3
|
||||||
with:
|
with:
|
||||||
platforms: all
|
platforms: all
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v1.6.0
|
uses: docker/setup-buildx-action@v3
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./docker/docker-py3-kms/Dockerfile
|
file: ./docker/docker-py3-kms/Dockerfile
|
||||||
|
|
@ -27,7 +27,7 @@ jobs:
|
||||||
BUILD_COMMIT=${{ github.sha }}
|
BUILD_COMMIT=${{ github.sha }}
|
||||||
BUILD_BRANCH=${{ github.ref_name }}
|
BUILD_BRANCH=${{ github.ref_name }}
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./docker/docker-py3-kms-minimal/Dockerfile
|
file: ./docker/docker-py3-kms-minimal/Dockerfile
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue