Skip to content

Commit 3fc649e

Browse files
chore: migrate runner to tenki
1 parent 81a66c2 commit 3fc649e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defaults:
2020
jobs:
2121
build:
2222
environment: docker
23-
runs-on: ubuntu-latest
23+
runs-on: tenki-staging-standard-autoscale
2424

2525
steps:
2626
- uses: actions/[email protected]
@@ -36,4 +36,4 @@ jobs:
3636
push: true
3737
tags: |
3838
${{ secrets.DOCKER_USERNAME }}/static-site:latest
39-
${{ secrets.DOCKER_USERNAME }}/static-site:${{ github.sha }}
39+
${{ secrets.DOCKER_USERNAME }}/static-site:${{ github.sha }}

0 commit comments

Comments
 (0)