Skip to content

Commit

Permalink
Merge pull request #492 from lkiesow/fix-contaner-image
Browse files Browse the repository at this point in the history
Use correct source for container image
  • Loading branch information
lkiesow committed May 31, 2024
2 parents e29378e + 4738d0b commit 1726a51
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
pull-requests: write
steps:
- uses: actions/checkout@v4

- run: echo "github.actor = ${{ github.actor }}"
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}

- name: Log in to the container registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 1726a51

Please sign in to comment.