We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a66c2 commit 3fc649eCopy full SHA for 3fc649e
.github/workflows/docker-image.yml
@@ -20,7 +20,7 @@ defaults:
20
jobs:
21
build:
22
environment: docker
23
- runs-on: ubuntu-latest
+ runs-on: tenki-staging-standard-autoscale
24
25
steps:
26
- uses: actions/[email protected]
@@ -36,4 +36,4 @@ jobs:
36
push: true
37
tags: |
38
${{ secrets.DOCKER_USERNAME }}/static-site:latest
39
- ${{ secrets.DOCKER_USERNAME }}/static-site:${{ github.sha }}
+ ${{ secrets.DOCKER_USERNAME }}/static-site:${{ github.sha }}
0 commit comments