Skip to content

Commit

Permalink
Update username in CI/CD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
speelbarrow committed Jun 19, 2023
1 parent 8b0e1b9 commit edd05e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: tags
uses: docker/metadata-action@v4
with:
images: ghcr.io/noah-friedman/amadeus
images: ghcr.io/speelbarrow/amadeus
tags: |
type=sha,enable=${{ !startsWith(github.ref, 'refs/tags/') }}
type=edge,enable=${{ !startsWith(github.ref, 'refs/tags/') }}
Expand Down Expand Up @@ -65,9 +65,9 @@ jobs:
context: .
load: true
cache-from: type=local,src=/tmp/.buildx-cache
tags: ghcr.io/noah-friedman/amadeus
tags: ghcr.io/speelbarrow/amadeus
- name: Verify that the project builds successfully
run: docker run --rm ghcr.io/noah-friedman/amadeus
run: docker run --rm ghcr.io/speelbarrow/amadeus

push:
name: Push Docker image from cache to GitHub Container Registry
Expand Down

0 comments on commit edd05e7

Please sign in to comment.