Skip to content

Commit

Permalink
fix: make images match the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
philtweir committed Oct 5, 2024
1 parent b8ab552 commit 2359787
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
id: meta
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: ghcr.io/flaxandteal/arches_${{ env.ARCHES_PROJECT }}
images: ghcr.io/${{ github.repository }}
- name: Build and push Docker image
id: build
uses: docker/build-push-action@v5
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
id: meta
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: ghcr.io/flaxandteal/arches_${{ env.ARCHES_PROJECT }}_static
images: ghcr.io/${{ github.repository }}_static
- name: Build and push Docker image
id: buildx
uses: docker/build-push-action@v2
Expand Down Expand Up @@ -228,7 +228,7 @@ jobs:
id: meta
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: ghcr.io/flaxandteal/arches_${{ env.ARCHES_PROJECT }}_static_py
images: ghcr.io/${{ github.repository }}_static_py
- name: Set up Docker Context for Buildx
id: buildx-context
run: |
Expand Down

0 comments on commit 2359787

Please sign in to comment.