diff --git a/.github/workflows/exec_bash_exercise.yml b/.github/workflows/exec_bash_exercise.yml index 2eb66dc..dd81617 100644 --- a/.github/workflows/exec_bash_exercise.yml +++ b/.github/workflows/exec_bash_exercise.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - name: Publish to Registry - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@v5 env: SECRET_MESSAGE: ${{ secrets.EXEC_BASH_EXERCISE_SECRET_MESSAGE }} with: diff --git a/.github/workflows/first_volume_exercise.yml b/.github/workflows/first_volume_exercise.yml index 41a8037..db77ad2 100644 --- a/.github/workflows/first_volume_exercise.yml +++ b/.github/workflows/first_volume_exercise.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - name: Publish to Registry - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@v5 env: SECRET_MESSAGE: ${{ secrets.FIRST_VOLUME_EXERCISE_SECRET_MESSAGE }} with: diff --git a/.github/workflows/ports_exercise.yml b/.github/workflows/ports_exercise.yml index d382a57..8c8355e 100644 --- a/.github/workflows/ports_exercise.yml +++ b/.github/workflows/ports_exercise.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - name: Publish to Registry - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@v5 with: name: devopsdockeruh/ports_exercise username: ${{ secrets.DOCKER_USERNAME }}