File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 5
5
tags :
6
6
- ' *'
7
7
8
+ env :
9
+ IMAGE : zappi/nginx
10
+
8
11
jobs :
9
12
github-release :
10
13
runs-on : ubuntu-latest
30
33
id : metadata
31
34
uses : docker/metadata-action@v5
32
35
with :
33
- images : zappi/nginx
36
+ images : ${{ env.IMAGE }}
34
37
- name : Set up QEMU
35
38
uses : docker/setup-qemu-action@v3
36
39
- name : Set up Docker Buildx
55
58
with :
56
59
username : ${{ secrets.DOCKER_HUB_USERNAME }}
57
60
password : ${{ secrets.DOCKER_HUB_TOKEN }}
58
- repository : zappi/nginx
61
+ repository : ${{ env.IMAGE }}
Original file line number Diff line number Diff line change 5
5
branches :
6
6
- ' master'
7
7
8
+ env :
9
+ IMAGE : zappi/nginx
10
+
8
11
jobs :
9
12
build :
10
13
runs-on : ubuntu-latest
15
18
id : metadata
16
19
uses : docker/metadata-action@v5
17
20
with :
18
- images : zappi/nginx
21
+ images : ${{ env.IMAGE }}
19
22
- name : Set up QEMU
20
23
uses : docker/setup-qemu-action@v3
21
24
- name : Set up Docker Buildx
You can’t perform that action at this time.
0 commit comments