File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
env :
19
19
SECRET_MESSAGE : ${{ secrets.EXEC_BASH_EXERCISE_SECRET_MESSAGE }}
20
20
with :
21
- name : jakousa /exec_bash_exercise
21
+ name : devopsdockeruh /exec_bash_exercise
22
22
username : ${{ secrets.DOCKER_USERNAME }}
23
23
password : ${{ secrets.DOCKER_PASSWORD }}
24
24
tags : latest
Original file line number Diff line number Diff line change 18
18
env :
19
19
SECRET_MESSAGE : ${{ secrets.FIRST_VOLUME_EXERCISE_SECRET_MESSAGE }}
20
20
with :
21
- name : jakousa /first_volume_exercise
21
+ name : devopsdockeruh /first_volume_exercise
22
22
username : ${{ secrets.DOCKER_USERNAME }}
23
23
password : ${{ secrets.DOCKER_PASSWORD }}
24
24
tags : latest
Original file line number Diff line number Diff line change 16
16
- name : Publish to Registry
17
17
uses : elgohr/Publish-Docker-Github-Action@master
18
18
with :
19
- name : jakousa /ports_exercise
19
+ name : devopsdockeruh /ports_exercise
20
20
username : ${{ secrets.DOCKER_USERNAME }}
21
21
password : ${{ secrets.DOCKER_PASSWORD }}
22
22
tags : latest
You can’t perform that action at this time.
0 commit comments