File tree 1 file changed +19
-1
lines changed
1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 20
20
registry : docker.io
21
21
username : mcuadros
22
22
password : ${{ secrets.DOCKER_PASSWORD }}
23
+
24
+ - name : Build image
25
+ uses : mr-smithers-excellent/docker-build-push@v2
26
+ with :
27
+ image : mcuadros/ofelia
28
+ registry : ghcr.io
29
+ username : mcuadros
30
+ password : ${{ secrets.GITHUB_PASSWORD }}
23
31
24
32
- name : Tag image
25
33
if : github.event_name == 'release'
29
37
registry : docker.io
30
38
tag : latest
31
39
username : mcuadros
32
- password : ${{ secrets.DOCKER_PASSWORD }}
40
+ password : ${{ secrets.DOCKER_PASSWORD }}
41
+
42
+ - name : Tag image
43
+ if : github.event_name == 'release'
44
+ uses : mr-smithers-excellent/docker-build-push@v2
45
+ with :
46
+ image : mcuadros/ofelia
47
+ registry : ghcr.io
48
+ tag : latest
49
+ username : mcuadros
50
+ password : ${{ secrets.GITHUB_PASSWORD }}
You can’t perform that action at this time.
0 commit comments