We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29783ed commit 3cd15d6Copy full SHA for 3cd15d6
1 file changed
.github/workflows/docker.yaml
@@ -42,6 +42,7 @@ jobs:
42
43
- name: Login to GitHub Container Registry
44
uses: docker/login-action@v2
45
+ if: "github.event_name != 'pull_request'"
46
with:
47
registry: ghcr.io
48
username: ${{ github.repository_owner }}
@@ -55,7 +56,7 @@ jobs:
55
56
sed -i "s/ 'version' => 'canary',/ 'version' => '${REF:1}',/" config/app.php
57
58
- name: Build and Push
- uses: docker/build-push-action@v3
59
+ uses: docker/build-push-action@v4
60
61
context: .
62
file: ./Dockerfile
0 commit comments