Skip to content

Commit a3ae1c9

Browse files
committed
fix repo to push to
1 parent 68d5cf0 commit a3ae1c9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/exec_bash_exercise.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
env:
1919
SECRET_MESSAGE: ${{ secrets.EXEC_BASH_EXERCISE_SECRET_MESSAGE }}
2020
with:
21-
name: jakousa/exec_bash_exercise
21+
name: devopsdockeruh/exec_bash_exercise
2222
username: ${{ secrets.DOCKER_USERNAME }}
2323
password: ${{ secrets.DOCKER_PASSWORD }}
2424
tags: latest

.github/workflows/first_volme_exercise.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
env:
1919
SECRET_MESSAGE: ${{ secrets.FIRST_VOLUME_EXERCISE_SECRET_MESSAGE }}
2020
with:
21-
name: jakousa/first_volume_exercise
21+
name: devopsdockeruh/first_volume_exercise
2222
username: ${{ secrets.DOCKER_USERNAME }}
2323
password: ${{ secrets.DOCKER_PASSWORD }}
2424
tags: latest

.github/workflows/ports_exercise.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Publish to Registry
1717
uses: elgohr/Publish-Docker-Github-Action@master
1818
with:
19-
name: jakousa/ports_exercise
19+
name: devopsdockeruh/ports_exercise
2020
username: ${{ secrets.DOCKER_USERNAME }}
2121
password: ${{ secrets.DOCKER_PASSWORD }}
2222
tags: latest

0 commit comments

Comments
 (0)