We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bef3858 commit 24fb740Copy full SHA for 24fb740
.github/workflows/CI.yml
@@ -189,12 +189,16 @@ jobs:
189
password: ${{ secrets.DOCKER_PASSWORD }}
190
repository: devosoft/empirical
191
tag_with_ref: true
192
+ - name: Log in to GitHub Container Registry
193
+ uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
194
+ with:
195
+ registry: ghcr.io
196
+ username: ${{ github.actor }}
197
+ password: ${{ secrets.GITHUB_TOKEN }}
198
- name: Push to ghcr.io
199
uses: docker/build-push-action@v1
200
with:
201
context: .
202
push: true
- username: ${{ github.actor }}
- password: ${{ secrets.GITHUB_TOKEN }}
203
repository: ghcr.io/devosoft/empirical
204
0 commit comments