Skip to content

Commit

Permalink
Update manual_docker_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed May 15, 2023
1 parent a57d29a commit 1a8b1a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/manual_docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Log in to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_SECRET }}

- name: Build and push image
uses: docker/build-push-action@v4
Expand All @@ -35,4 +35,4 @@ jobs:
file: ./Dockerfile
platforms: linux/arm64, linux/amd64
push: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/tedicross:latest, ${{ secrets.DOCKER_HUB_USERNAME }}/tedicross:${{ github.event.inputs.version }}
tags: tedicross/tedicross:latest, tedicross/tedicross:${{ github.event.inputs.version }}

0 comments on commit 1a8b1a8

Please sign in to comment.