From 7c4a32caae75f64c18644c4182097eec81424c30 Mon Sep 17 00:00:00 2001 From: rdubois Date: Thu, 19 Sep 2024 09:48:21 +0200 Subject: [PATCH] chore(ci/cd): bump gha versions and runs-on specific runners [skip ci] DEVOPS-138 --- .github/workflows/docker-publish-branch.yml | 5 ++--- .github/workflows/docker-publish-latest.yml | 5 ++--- .github/workflows/docker-publish-release.yml | 5 ++--- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/workflows/docker-publish-branch.yml b/.github/workflows/docker-publish-branch.yml index 705cbb5..f0b5f58 100644 --- a/.github/workflows/docker-publish-branch.yml +++ b/.github/workflows/docker-publish-branch.yml @@ -13,13 +13,12 @@ env: jobs: docker: - runs-on: - group: self-hosted + runs-on: gha-runners-delib-py3 steps: - name: Output build number run: echo ${{ env.BUILD_NUMBER }} - name: Build, push image and notify - uses: IMIO/gha/build-push-notify@v3.3 + uses: IMIO/gha/build-push-notify@v3.9.3 with: IMAGE_NAME: ${{ env.IMAGE_NAME }} IMAGE_TAGS: | diff --git a/.github/workflows/docker-publish-latest.yml b/.github/workflows/docker-publish-latest.yml index 51329d8..99edd3f 100644 --- a/.github/workflows/docker-publish-latest.yml +++ b/.github/workflows/docker-publish-latest.yml @@ -12,13 +12,12 @@ env: jobs: docker: - runs-on: - group: self-hosted + runs-on: gha-runners-delib-py3 steps: - name: Output build number run: echo ${{ env.BUILD_NUMBER }} - name: Build, push image and notify - uses: IMIO/gha/build-push-notify@v3.3 + uses: IMIO/gha/build-push-notify@v3.9.3 with: IMAGE_NAME: ${{ env.IMAGE_NAME }} IMAGE_TAGS: | diff --git a/.github/workflows/docker-publish-release.yml b/.github/workflows/docker-publish-release.yml index 5a760c1..f97603e 100644 --- a/.github/workflows/docker-publish-release.yml +++ b/.github/workflows/docker-publish-release.yml @@ -13,11 +13,10 @@ env: jobs: docker: - runs-on: - group: self-hosted + runs-on: gha-runners-delib-py3 steps: - name: Build, push image and notify - uses: IMIO/gha/build-push-notify@v3.3 + uses: IMIO/gha/build-push-notify@v3.9.3 with: IMAGE_NAME: ${{ env.IMAGE_NAME }} IMAGE_TAGS: |