Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
humbertodias committed Apr 8, 2024
1 parent 1c8468e commit f2df629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:
file: ./Dockerfile
platform: ${{ matrix.platform }}
push: true
tags: ${{env.DOCKERHUB_REPONAME}}:${{ matrix.platform }}
tags: ${{ secrets.DOCKERHUB_USERNAME }}/${{ env.DOCKERHUB_REPONAME }}:${{ matrix.platform }}

0 comments on commit f2df629

Please sign in to comment.