Skip to content

Commit 5daaca2

Browse files
authored
Merge pull request #307 from sil-org/remove-dockerhub-push
Remove DockerHub push
2 parents fc96cfc + ef38292 commit 5daaca2

3 files changed

Lines changed: 3 additions & 9 deletions

File tree

.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:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ This script uses the Task Definition and Service entities in Amazon's ECS to ins
1010
"feature complete" and will generally only consider PRs if they are bugfixes or
1111
are to add support for new AWS CLI features.
1212

13+
__We have migrated the container image to GHCR.__
14+
1315
## Usage
1416

1517
One of the following is required:

run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
22

3-
apk add bats --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/community/ --allow-untrusted
3+
apk add bats --update-cache
44

55
bats test.bats

0 commit comments

Comments
 (0)