Skip to content

Commit d2bce34

Browse files
authored
Remove DockerHub push
1 parent fc96cfc commit d2bce34

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222

23-
- name: Log in to Docker Hub
24-
uses: docker/login-action@v3
25-
with:
26-
username: ${{ secrets.DOCKERHUB_USERNAME }}
27-
password: ${{ secrets.DOCKERHUB_TOKEN }}
28-
2923
- name: Log in to GHCR
3024
uses: docker/login-action@v3
3125
with:
@@ -38,14 +32,12 @@ jobs:
3832
uses: docker/metadata-action@v5
3933
with:
4034
images: |
41-
${{ vars.DOCKER_ORG }}/ecs-deploy # the name needs to be static "ecs-deploy"
4235
ghcr.io/${{ github.repository_owner }}/ecs-deploy
4336
tags: |
4437
type=ref,event=branch
4538
type=semver,pattern={{version}}
4639
type=semver,pattern={{major.minor}}
4740
48-
4941
- name: Build and push Docker image
5042
uses: docker/build-push-action@v5
5143
with:

0 commit comments

Comments
 (0)