Skip to content

Commit

Permalink
fix release-pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com>
  • Loading branch information
ckotzbauer committed Nov 22, 2020
1 parent b3a6c6c commit 1dfbfcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: ckotzbauer/access-manager
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
buildargs: version=${{ github.event.inputs.version }}
tags: "${{ github.event.inputs.version }},latest"

Expand Down

0 comments on commit 1dfbfcd

Please sign in to comment.