@ -67,7 +67,7 @@ jobs:
with:
context: .
load: true
tags: ${{ steps.generate_temporary_tag_name.outputs.test_tag }}
tags: ghcr.io/${{ github.repository }}:${{ steps.generate_temporary_tag_name.outputs.test_tag }}
- name: Run tests using previously built image
shell: bash
run: |
@ -87,7 +87,7 @@ jobs: