Skip to content

Commit

Permalink
ci: use github.repository instead of github.actor
Browse files Browse the repository at this point in the history
  • Loading branch information
eeberhard committed Oct 16, 2024
1 parent cca3a4b commit df3a365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
tags: ghcr.io/${{ github.actor }}/template-component-package:latest
tags: ghcr.io/${{ github.repository }}/template-component-package:latest
context: .
file: aica-package.toml

0 comments on commit df3a365

Please sign in to comment.