Skip to content

Commit

Permalink
remove unused logout action
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamesits committed Aug 23, 2023
1 parent f5f0351 commit 94bc8c0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,11 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
logout: true
-
name: Build and push
uses: docker/build-push-action@v4
with:
file: ./Dockerfile.${{ matrix.variant }}
tags: m13253/dns-over-https-${{ matrix.variant }}:latest
push: true
-
name: Logout from Docker Hub
uses: docker/login-action@v2
if: always()
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
logout: true

0 comments on commit 94bc8c0

Please sign in to comment.