We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e49e24 commit 518108dCopy full SHA for 518108d
.github/workflows/docker.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
docker_publish:
11
- runs-on: ubuntu-latest
+ runs-on: 1.23
12
env:
13
DOCKER_USER: ${{ secrets.DOCKERHUB_USERNAME }}
14
DOCKER_PASS: ${{ secrets.DOCKERHUB_PASSWORD }}
0 commit comments