Skip to content

Commit

Permalink
fix(ci): fix Docker image organization (#5002)
Browse files Browse the repository at this point in the history
fix image organization

Signed-off-by: Yutaka Kondo <[email protected]>
  • Loading branch information
youtalk authored Jul 18, 2024
1 parent 720e31c commit d5e9bc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/docker-build-and-push/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ runs:
id: meta-autoware-universe
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ github.actor }}/${{ inputs.bake-target }}
images: ghcr.io/${{ github.repository_owner }}/${{ inputs.bake-target }}
tags: ${{ steps.set-docker-tags.outputs.tags }}
bake-target: docker-metadata-action-autoware-universe
flavor: |
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/docker-build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ runs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
username: ${{ github.repository_owner }}
password: ${{ github.token }}

- name: Run docker build
Expand Down

0 comments on commit d5e9bc1

Please sign in to comment.