Skip to content

Commit

Permalink
Fix docker repo (#83)
Browse files Browse the repository at this point in the history
* fix: docker repo

* test: build docker

* Revert "test: build docker"

This reverts commit 4a4e2b3.
  • Loading branch information
wangyoucao577 authored Jul 10, 2024
1 parent a1ddace commit 3ad3e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build & Publish to Github Container Registry
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: ${{ github.actor }}/${{ env.IMAGE_NAME }}
name: rte-design/${{ env.IMAGE_NAME }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
Expand Down

0 comments on commit 3ad3e20

Please sign in to comment.