File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
uses : actions/upload-artifact@v2.2.0
25
25
with :
26
26
# Artifact name
27
- name : NeoDoc-$RELEASE_VERSION
27
+ name : NeoDoc-${{ env. RELEASE_VERSION }}
28
28
# A file, directory or wildcard pattern that describes what to upload
29
29
path : bin/Release/*
30
30
retention-days : 90
40
40
# Build's context is the set of files located in the specified PATH or URL
41
41
context : .
42
42
# List of tags
43
- tags : docker.pkg.github.com/ttt-2/neodoc/neodoc:$RELEASE_VERSION
43
+ tags : docker.pkg.github.com/ttt-2/neodoc/neodoc:${{ env. RELEASE_VERSION }}
44
44
# Always attempt to pull a newer version of the image
45
45
pull : true
46
46
load : true
47
47
- name : Push docker image
48
- run : docker push docker.pkg.github.com/ttt-2/neodoc/neodoc:$RELEASE_VERSION
48
+ run : docker push docker.pkg.github.com/ttt-2/neodoc/neodoc:${{ env. RELEASE_VERSION }}
You can’t perform that action at this time.
0 commit comments