Skip to content

Commit 1bcd469

Browse files
committed
remove Docker Hub deployement
1 parent 3e13266 commit 1bcd469

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,6 @@ jobs:
2424
username: ${{ github.actor }}
2525
password: ${{ secrets.GITHUB_TOKEN }}
2626

27-
- name: Login to Docker Hub
28-
uses: docker/login-action@v3
29-
with:
30-
registry: docker.io
31-
username: ${{ secrets.DOCKERHUB_USERNAME }}
32-
password: ${{ secrets.DOCKERHUB_TOKEN }}
33-
3427
- name: Set up Docker Buildx
3528
uses: docker/setup-buildx-action@v3
3629

@@ -44,11 +37,10 @@ jobs:
4437
dockerfile_fn=Dockerfile.${{ matrix.build_name }};
4538
fi;
4639
47-
# Build and push to docker.io and GHCR umccr registries
40+
# Build and push to GHCR umccr registry
4841
docker build \
4942
--platform linux/amd64 \
5043
-f docker/${dockerfile_fn} \
5144
-t ghcr.io/umccr/${docker_tag} \
52-
-t docker.io/umccr/${docker_tag} \
5345
--push \
5446
.;

0 commit comments

Comments
 (0)