Skip to content

Commit

Permalink
Merge pull request #27 from uselagoon/image-nesting
Browse files Browse the repository at this point in the history
fix: push the image directly under uselagoon/
  • Loading branch information
smlx authored Dec 6, 2022
2 parents 7fb41c2 + 5fb96e1 commit b8ce1db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
id: docker_metadata
uses: docker/metadata-action@v4
with:
images: ghcr.io/${{ github.repository }}/${{ matrix.binary }}
images: ghcr.io/${{ github.repository_owner }}/${{ matrix.binary }}
- name: Build and push ${{ matrix.binary }} container image
id: docker_build
uses: docker/build-push-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
id: docker_metadata
uses: docker/metadata-action@v4
with:
images: ghcr.io/${{ github.repository }}/${{ matrix.binary }}
images: ghcr.io/${{ github.repository_owner }}/${{ matrix.binary }}
tags: |
${{ needs.tag.outputs.new-tag-version }}
latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-to-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
id: docker_metadata
uses: docker/metadata-action@v4
with:
images: ghcr.io/${{ github.repository }}/${{ matrix.binary }}
images: ghcr.io/${{ github.repository_owner }}/${{ matrix.binary }}
tags: |
${{ needs.tag.outputs.new-tag-version }}
latest
Expand Down

0 comments on commit b8ce1db

Please sign in to comment.