Skip to content

Commit 46086aa

Browse files
authored
Merge pull request #1 from OpenTechIL/develop
fix
2 parents df77c60 + 311dd5b commit 46086aa

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
tags: |
4141
${{ steps.tagger.outputs.new_tag }}
4242
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:latest
43-
latest
43+
4444
context: .
4545
containerfiles: ./Dockerfile
4646

.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)