Skip to content

Commit

Permalink
Also publish images to spellshift docker hub (#534)
Browse files Browse the repository at this point in the history
* Also publish images to spellshift docker hub

* Update docker-dev.yml
  • Loading branch information
Milkshak3s authored Feb 1, 2024
1 parent 9f06311 commit 27f8b4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docker-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: ${{ env.GHCR_REGISTRY }}/${{ env.GHCR_IMAGE_NAME }}
images: |
spellshift/tavern
${{ env.GHCR_REGISTRY }}/${{ env.GHCR_IMAGE_NAME }}
tags: |
type=ref,event=branch
type=edge,branch=main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: docker/metadata-action@v4
with:
images: |
kcarretto/tavern
spellshift/tavern
${{ env.GHCR_REGISTRY }}/${{ env.GHCR_IMAGE_NAME }}
- name: Build and push Docker image
Expand Down

0 comments on commit 27f8b4d

Please sign in to comment.