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 d861409 commit 437a9e0Copy full SHA for 437a9e0
.github/workflows/github.yml
@@ -34,6 +34,7 @@ jobs:
34
registry: docker.pkg.github.com
35
username: ${{ github.repository_owner }}
36
password: ${{ secrets.GITHUB_TOKEN }}
37
+ - run: docker pull docker.pkg.github.com/msyea/github-actions-runner/ubuntu-docker:latest
38
- name: Push to GitHub
39
uses: docker/build-push-action@v2
40
with:
0 commit comments