Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit ef92b11

Browse files
committed
Don't push to Docker Hub
1 parent 8eb9667 commit ef92b11

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/docker-release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ jobs:
1313
- name: Set up Docker Buildx
1414
id: buildx
1515
uses: docker/setup-buildx-action@master
16-
- name: Login to DockerHub
17-
uses: docker/login-action@v2
18-
with:
19-
username: ${{ secrets.DOCKERHUB_USERNAME }}
20-
password: ${{ secrets.DOCKERHUB_TOKEN }}
2116
- name: Login to GitHub Container Registry
2217
uses: docker/login-action@v2
2318
with:
@@ -39,4 +34,3 @@ jobs:
3934
org.opencontainers.image.revision=${{ github.sha }}
4035
tags: |
4136
ghcr.io/${{ github.repository }}:latest
42-
reload/drupal-apache-fpm:latest

0 commit comments

Comments
 (0)