Skip to content

Commit

Permalink
push docker imgae to gihub.repository.owner instead of erpc
Browse files Browse the repository at this point in the history
  • Loading branch information
dshiell committed Aug 30, 2024
1 parent 0ce4cd2 commit 92d09ff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: "~> v2"
version: '~> v2'
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -74,10 +74,10 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand All @@ -91,5 +91,5 @@ jobs:
VERSION=${{ github.event.inputs.version_tag }}
COMMIT_SHA=${{ github.sha }}
tags: |
ghcr.io/erpc/erpc:latest
ghcr.io/erpc/erpc:${{ github.event.inputs.version_tag }}
ghcr.io/${{ github.repository_owner }}/erpc:latest
ghcr.io/${{ github.repository_owner }}/erpc:${{ github.event.inputs.version_tag }}

0 comments on commit 92d09ff

Please sign in to comment.