We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 778c956 commit 311dd5bCopy full SHA for 311dd5b
1 file changed
.github/workflows/pr-check.yml
@@ -16,6 +16,9 @@ jobs:
16
- name: Test Build (No Push)
17
uses: redhat-actions/buildah-build@v2
18
with:
19
- image: ${{ github.event.repository.name }}:latest-auto-testing
+ 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
+
23
context: .
- containerfiles: ./Dockerfile
24
+ containerfiles: ./Dockerfile
0 commit comments