Skip to content

Commit

Permalink
Revert "Use login-action"
Browse files Browse the repository at this point in the history
This reverts commit 4e068c5.
  • Loading branch information
maxcanna committed Nov 11, 2024
1 parent f573d0d commit 16badbf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Docker login
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_PASSWORD }}
password: ${{ secrets.DOCKER_USERNAME }}
run: echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
- name: Docker build
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit 16badbf

Please sign in to comment.