Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinkat committed Dec 10, 2023
1 parent 14c9ab3 commit c9286ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/konductor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
context: .
file: Dockerfile
platforms: linux/amd64,linux/arm64
tags: "ghcr.io/${{ github.repository_owner }}/${{ github.repository_name }}:latest,ghcr.io/${{ github.repository_owner }}/${{ github.repository_name }}:${{ github.sha }}"
tags: "ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:latest,ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:${{ github.sha }}"
-
name: Container Push
uses: docker/build-push-action@v5
Expand All @@ -79,5 +79,5 @@ jobs:
context: .
file: Dockerfile
platforms: linux/amd64,linux/arm64
tags: "ghcr.io/${{ github.repository_owner }}/${{ github.repository_name }}:latest,ghcr.io/${{ github.repository_owner }}/${{ github.repository_name }}:${{ github.sha }}"
tags: "ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:latest,ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:${{ github.sha }}"
if: github.event_name == 'push' && github.ref == 'refs/heads/main'

0 comments on commit c9286ea

Please sign in to comment.