Skip to content

Commit

Permalink
Merge pull request #129 from stakater/ghcr-path-update
Browse files Browse the repository at this point in the history
Image repository path
  • Loading branch information
rasheedamir authored Oct 17, 2024
2 parents f8cc3ee + a245400 commit d57bb04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_container_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:

- name: Generate image repository path
run: |
echo IMAGE_REPOSITORY=$(echo ${{ secrets.CONTAINER_REGISTRY_URL }}/${{ github.repository }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV
echo IMAGE_REPOSITORY=$(echo ${{ secrets.CONTAINER_REGISTRY_URL }}/${{ github.event.repository.name }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV
- name: Build and push
uses: docker/build-push-action@v6
Expand Down

0 comments on commit d57bb04

Please sign in to comment.