Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Log in to GHCR
uses: docker/login-action@v3
with:
Expand All @@ -38,14 +32,12 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
${{ vars.DOCKER_ORG }}/ecs-deploy # the name needs to be static "ecs-deploy"
ghcr.io/${{ github.repository_owner }}/ecs-deploy
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
type=semver,pattern={{major.minor}}


- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ This script uses the Task Definition and Service entities in Amazon's ECS to ins
"feature complete" and will generally only consider PRs if they are bugfixes or
are to add support for new AWS CLI features.

__We have migrated the container image to GHCR.__

## Usage

One of the following is required:
Expand Down
2 changes: 1 addition & 1 deletion run-tests.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash

apk add bats --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/community/ --allow-untrusted
Comment thread
devon-sil marked this conversation as resolved.
apk add bats --update-cache

bats test.bats