File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change 8
8
push :
9
9
branches :
10
10
- main
11
+ pull_request :
11
12
12
13
schedule :
13
14
- cron : 43 2 * * 0
@@ -56,17 +57,15 @@ jobs:
56
57
platforms : linux/amd64,linux/arm64
57
58
cache-from : type=gha
58
59
cache-to : type=gha,mode=max
59
- build-args :
60
- PSALM_VERSION : ${{ env.PSALM_VERSION }}
60
+ build-args : PSALM_VERSION=${{ env.PSALM_VERSION }}
61
61
62
62
- name : Load image for current platform into local Docker
63
63
# see https://github.com/docker/buildx/issues/59 for reason/limitation
64
64
uses : docker/build-push-action@v6
65
65
with :
66
66
load : true
67
67
tag : build
68
- build-args :
69
- PSALM_VERSION : ${{ env.PSALM_VERSION }}
68
+ build-args : PSALM_VERSION=${{ env.PSALM_VERSION }}
70
69
71
70
- name : Run smoke tests
72
71
run : |
79
78
with :
80
79
platforms : linux/amd64,linux/arm64
81
80
push : true
82
- tags :
83
- - ghcr.io/webfactory/psalm:${{ env.PSALM_VERSION }}
84
- labels :
85
- org.opencontainers.image.source : https://github.com/webfactory/docker-psalm
86
- build-args :
87
- PSALM_VERSION : ${{ env.PSALM_VERSION }}
81
+ tags : ghcr.io/webfactory/psalm:${{ env.PSALM_VERSION }}
82
+ labels : org.opencontainers.image.source=https://github.com/webfactory/docker-psalm
83
+ build-args : PSALM_VERSION=${{ env.PSALM_VERSION }}
You can’t perform that action at this time.
0 commit comments