Skip to content

Commit

Permalink
build(ci): replace DOCKERHUB_TOKEN with DOCKERHUB_PASSWORD
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoM authored Aug 15, 2022
1 parent ea65fc9 commit d3574df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
-
name: Build and push
uses: docker/build-push-action@v3
with:
context: .
push: true
tags: ${{ steps.prep.outputs.tags }}
tags: ${{ steps.prep.outputs.tags }}

0 comments on commit d3574df

Please sign in to comment.