Skip to content

Commit

Permalink
fix: remove superflous docker login step
Browse files Browse the repository at this point in the history
  • Loading branch information
stigok committed Jul 4, 2023
1 parent 53b8112 commit 0f27052
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -312,14 +312,6 @@ jobs:
type=raw,value=${{ github.sha }},enable=${{ inputs.tag-sha }}
type=raw,value=latest,enable=${{ inputs.tag-latest }}
${{ steps.additional-tags.outputs.tags }}
-
if: inputs.push && steps.setup.outputs.docker_login == 'yes'
name: Docker login
uses: docker/login-action@v2
with:
registry: ${{ inputs.registry-url }}
username: ${{ secrets.registry-username }}
password: ${{ secrets.registry-password }}
-
if: inputs.push && steps.setup.outputs.docker_login == 'yes'
name: Push tags
Expand Down

0 comments on commit 0f27052

Please sign in to comment.