We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 313fa6d commit b876c93Copy full SHA for b876c93
.github/workflows/container-image.yaml
@@ -32,7 +32,7 @@ jobs:
32
images: ghcr.io/ionos-cloud/cluster-api-provider-proxmox
33
34
- name: Login to GitHub Container Registry
35
-# if: github.event_name != 'pull_request'
+ if: github.event_name != 'pull_request'
36
uses: docker/login-action@v3
37
with:
38
registry: ghcr.io
@@ -43,7 +43,7 @@ jobs:
43
uses: docker/build-push-action@v5
44
45
context: .
46
- push: true
+ push: ${{ github.event_name != 'pull_request' }}
47
tags: ${{ steps.meta.outputs.tags }}
48
labels: ${{ steps.meta.outputs.labels }}
49
0 commit comments