File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 14
14
- name : Get current date
15
15
id : date
16
16
run : echo "date=$(date +%F)" >> $GITHUB_OUTPUT
17
- - uses : rickstaa/action-create-tag@v1
18
- id : " tag_create"
19
- with :
20
- tag : ${{ steps.date.outputs.date }}
21
- tag_exists_error : false
22
- message : " "
23
17
- name : Login to DockerHub Registry
24
18
run : echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin
25
19
- name : Build pyiron/base
@@ -111,6 +105,12 @@ jobs:
111
105
- name : Get current date
112
106
id : date
113
107
run : echo "date=$(date +%F)" >> $GITHUB_OUTPUT
108
+ - uses : rickstaa/action-create-tag@v1
109
+ id : " tag_create"
110
+ with :
111
+ tag : ${{ steps.date.outputs.date }}
112
+ tag_exists_error : false
113
+ message : " "
114
114
- name : cache_cmti
115
115
uses : actions/cache/restore@v4
116
116
with :
You can’t perform that action at this time.
0 commit comments