diff --git a/.github/workflows/Docker.yml b/.github/workflows/Docker.yml index 24c357f..979c96e 100644 --- a/.github/workflows/Docker.yml +++ b/.github/workflows/Docker.yml @@ -25,7 +25,7 @@ jobs: uses: docker/login-action@v2.0.0 with: # Username used to log against the Docker registry - username: leonardosartorello + username: lidianesousa # Password or personal access token used to log against the Docker registry password: ${{ secrets.PASSWORD_DOCKER_HUB }} @@ -42,4 +42,4 @@ jobs: # Push is a shorthand for --output=type=registry push: true # List of tags - tags: leonardosartorello/go_ci:${{github.ref_name}} + tags: lidianesousa/go_ci:${{github.ref_name}}