Skip to content

Commit

Permalink
Using organization dockerhub profile
Browse files Browse the repository at this point in the history
  • Loading branch information
DrWatt authored Nov 22, 2024
1 parent ca2efdd commit 51fa7e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
with:
file: ${{ matrix.dockerfile }}
platforms: ${{ matrix.platform }}
tags: marcolorusso/${{ matrix.tagname }}:latest
tags: quantum4hep/${{ matrix.tagname }}:latest
push: true

- name: Build on ghcr.io manually
Expand All @@ -82,4 +82,4 @@ jobs:
tags: |
ghcr.io/${{ steps.get_repo_owner.outputs.repo_owner }}/${{ matrix.tagname }}:${{ env.RELEASE_VERSION }}
ghcr.io/${{ steps.get_repo_owner.outputs.repo_owner }}/${{ matrix.tagname }}:latest
push: true
push: true

0 comments on commit 51fa7e4

Please sign in to comment.