Skip to content

Commit

Permalink
corrected place for login
Browse files Browse the repository at this point in the history
  • Loading branch information
peni4142 committed Dec 10, 2023
1 parent 9a28578 commit fc44102
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/standard-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ jobs:
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
-
name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build Image
uses: docker/build-push-action@v3
Expand Down Expand Up @@ -91,6 +85,12 @@ jobs:
-
name: Load image
run: docker load --input /tmp/build.tar
-
name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Push Image
uses: docker/build-push-action@v3
Expand Down

0 comments on commit fc44102

Please sign in to comment.