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 10fe18a commit 930b95bCopy full SHA for 930b95b
.github/workflows/ci.yml
@@ -76,6 +76,12 @@ jobs:
76
name: Push Docker image to GitHub Container Registry
77
runs-on: ubuntu-latest
78
steps:
79
+ - name: Login to GitHub Container Registry
80
+ uses: docker/login-action@v1
81
+ with:
82
+ registry: ghcr.io
83
+ username: ${{ github.actor }}
84
+ password: ${{ secrets.GITHUB_TOKEN }}
85
- name: Docker meta
86
id: meta
87
uses: docker/metadata-action@v3
0 commit comments