Skip to content

Commit

Permalink
chore(ci/cd): bump gha versions and runs-on specific runners [skip ci]
Browse files Browse the repository at this point in the history
DEVOPS-138
  • Loading branch information
remdub committed Sep 19, 2024
1 parent 9dfe7f6 commit 7c4a32c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-publish-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
uses: IMIO/gha/build-push-notify@v3.9.3
with:
IMAGE_NAME: ${{ env.IMAGE_NAME }}
IMAGE_TAGS: |
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/docker-publish-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
uses: IMIO/gha/build-push-notify@v3.9.3
with:
IMAGE_NAME: ${{ env.IMAGE_NAME }}
IMAGE_TAGS: |
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/docker-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
uses: IMIO/gha/build-push-notify@v3.9.3
with:
IMAGE_NAME: ${{ env.IMAGE_NAME }}
IMAGE_TAGS: |
Expand Down

0 comments on commit 7c4a32c

Please sign in to comment.