We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df77c60 + 311dd5b commit 46086aaCopy full SHA for 46086aa
2 files changed
.github/workflows/deploy.yml
@@ -40,7 +40,7 @@ jobs:
40
tags: |
41
${{ steps.tagger.outputs.new_tag }}
42
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:latest
43
- latest
+
44
context: .
45
containerfiles: ./Dockerfile
46
.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
- containerfiles: ./Dockerfile
24
+ containerfiles: ./Dockerfile
0 commit comments