We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd648ba commit 0c98537Copy full SHA for 0c98537
1 file changed
.github/workflows/docker.yml
@@ -155,15 +155,15 @@ jobs:
155
org.opencontainers.image.source=https://github.com/${{ github.repository }}
156
tags: |
157
${{ secrets.DOCKERHUB_USERNAME }}/mfc:${{ env.TAG }}-amd-ubuntu-22.04
158
- ghcr.io/${{ github.repository_owner }}/mfc:${{ env.TAG }}-amd-ubuntu-22.04
+ ${{ env.GH_REGISTRY }}:${{ env.TAG }}-amd-ubuntu-22.04
159
push: true
160
161
manifests:
162
runs-on: ubuntu-latest
163
needs: Container
164
environment:
165
name: containers
166
- url: https://hub.docker.com/r/${{ secrets.DOCKERHUB_USERNAME }}/mfc
+ url: https://hub.docker.com/r/mflowcode/mfc
167
steps:
168
- name: Login to Docker Hub
169
uses: docker/login-action@v3
0 commit comments