Skip to content

Commit

Permalink
ci: fix ghcr.io namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Nov 29, 2023
1 parent 80fbc3d commit d081e2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,11 @@ jobs:
run: |
docker buildx build \
--push --platform linux/amd64,linux/arm/v7,linux/arm64/v8 \
. -t ghcr.io/cocogitto-bot:${{ github.ref_name }}
-t ghcr.io/cocogitto/cocogitto-bot:${{ github.ref_name }} .
- if: ${{ github.ref_type == 'branch' }}
name: Update multi-arch container latest
run: |
docker buildx build \
--push --platform linux/amd64,linux/arm/v7,linux/arm64/v8 \
. -t ghcr.io/cocogitto-bot:latest
-t ghcr.io/cocogitto/cocogitto-bot:latest .

0 comments on commit d081e2c

Please sign in to comment.