Skip to content

Commit 0543b59

Browse files
Switch Docker registry from custom to GitHub Container Registry in workflow.
1 parent d46a3a5 commit 0543b59

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-pub-epics-base.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Login to Docker Hub
1919
uses: docker/login-action@v3
2020
with:
21-
registry: ${{ env.REGISTRY }}
21+
registry: ghcr.io
2222
username: ${{ github.actor }}
2323
password: ${{ secrets.GITHUB_TOKEN }}
2424
- name: Checkout PVXS repo for Dockerfile
@@ -52,6 +52,6 @@ jobs:
5252
platforms: linux/amd64,linux/arm64
5353
push: true
5454
build-args: |
55-
DOCKER_REGISTRY=${{ env.REGISTRY }}
55+
DOCKER_REGISTRY=ghcr.io
5656
DOCKER_USERNAME=slac-epics
57-
tags: ${{ env.REGISTRY }}/slac-epics/epics-base:latest
57+
tags: ghcr.io/slac-epics/epics-base:latest

0 commit comments

Comments
 (0)