Skip to content

Commit

Permalink
Release v2.11.3 #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ErwinsExpertise authored Dec 13, 2021
1 parent a853988 commit 997952c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
go-version: 1.16
-
name: Docker Login
if: success() && startsWith(github.ref, 'refs/tags/v')
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
Expand All @@ -75,7 +74,7 @@ jobs:
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
-
name: Clear
if: always() && startsWith(github.ref, 'refs/tags/v')
if: always()
run: |
rm -f ${HOME}/.docker/config.json
Expand Down

0 comments on commit 997952c

Please sign in to comment.