File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -19,17 +19,14 @@ jobs:
19
19
repository : mayadataio/dope
20
20
tag_with_ref : true
21
21
add_git_labels : true
22
-
23
22
release-docker-daction :
24
23
name : Release docker daction image
25
24
runs-on : ubuntu-18.04
26
25
steps :
27
26
- name : Checkout Code
28
27
uses : actions/checkout@v2
29
-
30
28
- name : Login to DockerHub
31
29
run : cd tools/d-action
32
-
33
30
- name : Build push daction image
34
31
uses : docker/build-push-action@v1
35
32
with :
Original file line number Diff line number Diff line change 44
44
45
45
.PHONY : push
46
46
push : image
47
- docker push $(IMG_REPO )
47
+ docker push $(IMG_REPO ) :$(PACKAGE_VERSION )
48
+ docker push $(IMG_REPO ) :latest
Original file line number Diff line number Diff line change 44
44
45
45
.PHONY : push
46
46
push : image
47
- docker push $(IMG_REPO )
47
+ docker push $(IMG_REPO ) :$(PACKAGE_VERSION )
48
+ docker push $(IMG_REPO ) :latest
You can’t perform that action at this time.
0 commit comments