Skip to content

Commit 311dd5b

Browse files
committed
fix
1 parent 778c956 commit 311dd5b

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/pr-check.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
- name: Test Build (No Push)
1717
uses: redhat-actions/buildah-build@v2
1818
with:
19-
image: ${{ github.event.repository.name }}:latest-auto-testing
19+
image: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}
20+
tags: |
21+
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:latest-auto-test
22+
2023
context: .
21-
containerfiles: ./Dockerfile
24+
containerfiles: ./Dockerfile

0 commit comments

Comments
 (0)