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 d303717 commit 9eea54fCopy full SHA for 9eea54f
.github/workflows/docker.yml
@@ -52,11 +52,12 @@ jobs:
52
push: true
53
tags: localhost:5000/fedora-base:latest
54
55
- - name: Login to Docker Hub
+ - name: Log in to the Container registry
56
uses: docker/[email protected]
57
with:
58
- username: ${{ secrets.DOCKERHUB_USERNAME }}
59
- password: ${{ secrets.DOCKERHUB_TOKEN }}
+ registry: ghcr.io
+ username: ${{ github.actor }}
60
+ password: ${{ secrets.GITHUB_TOKEN }}
61
62
- name: Write the Dockerfile for the ${{ matrix.runtime.name }} runtime
63
run: |
@@ -74,4 +75,4 @@ jobs:
74
75
context: .
76
file: ${{ matrix.runtime.name }}.Dockerfile
77
- tags: bilelmoussaoui/flatpak-github-actions:${{ matrix.runtime.name }}
78
+ tags: ghcr.io/${{ github.repository }}:${{ matrix.runtime.name }}
0 commit comments