Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ env:
jobs:
build-push-rit-action-container-action:
name: Test RIT Action docker container-action
runs-on: ubuntu-latest
runs-on: tenki-standard-autoscale
timeout-minutes: 150
permissions:
packages: write
Expand All @@ -38,7 +38,7 @@ jobs:

- name: Docker meta
id: meta
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0
uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0
with:
images: |
${{ env.LATEST_TAG }}
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' }}
needs: build-push-rit-action-container-action
name: GitHub Actions Test
runs-on: ubuntu-latest
runs-on: tenki-standard-autoscale
timeout-minutes: 150

steps:
Expand Down
Loading