File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 1
1
name : Publish Docker image
2
+
2
3
on :
3
4
release :
4
- types : [published]
5
+ types : [published, created]
6
+
5
7
jobs :
6
8
push_to_registry :
7
9
name : Push Docker image to GitHub Packages
14
16
with :
15
17
registry : docker.pkg.github.com
16
18
username : cylon-x
17
- password : ${{ secrets.DOCKER_TOKEN }}
18
- - uses : docker/build-push-action@v2
19
+ password : ${{ secrets.docker_token }}
20
+ - name : Push to GitHub Registry
21
+ uses : mr-smithers-excellent/docker-build-push@v5
19
22
with :
20
- push : true
21
- tags : lcsb-biocore/gigasom:latest
22
-
23
+ image : gigasom.jl
24
+ tags : latest
25
+ registry : ghcr.io
26
+ username : cylon-x
27
+ password : ${{ secrets.docker_token }}
Original file line number Diff line number Diff line change 6
6
branches :
7
7
- develop
8
8
tags : ' *'
9
- pull_request :
10
9
release :
11
10
types : [published, created]
12
11
You can’t perform that action at this time.
0 commit comments