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 437a9e0 commit 8a89d7aCopy full SHA for 8a89d7a
.github/workflows/github.yml
@@ -55,6 +55,7 @@ jobs:
55
registry: docker.pkg.github.com
56
username: ${{ github.repository_owner }}
57
password: ${{ secrets.GITHUB_TOKEN }}
58
+ - run: docker pull docker.pkg.github.com/msyea/github-actions-runner/ubuntu-dind:latest
59
- name: Push to GitHub
60
uses: docker/build-push-action@v2
61
with:
0 commit comments