Skip to content

Commit 0c98537

Browse files
committed
chore: pre-apply PR #1424 — lowercase GHCR registry, deployment environment
1 parent dd648ba commit 0c98537

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,15 +155,15 @@ jobs:
155155
org.opencontainers.image.source=https://github.com/${{ github.repository }}
156156
tags: |
157157
${{ secrets.DOCKERHUB_USERNAME }}/mfc:${{ env.TAG }}-amd-ubuntu-22.04
158-
ghcr.io/${{ github.repository_owner }}/mfc:${{ env.TAG }}-amd-ubuntu-22.04
158+
${{ env.GH_REGISTRY }}:${{ env.TAG }}-amd-ubuntu-22.04
159159
push: true
160160

161161
manifests:
162162
runs-on: ubuntu-latest
163163
needs: Container
164164
environment:
165165
name: containers
166-
url: https://hub.docker.com/r/${{ secrets.DOCKERHUB_USERNAME }}/mfc
166+
url: https://hub.docker.com/r/mflowcode/mfc
167167
steps:
168168
- name: Login to Docker Hub
169169
uses: docker/login-action@v3

0 commit comments

Comments
 (0)