Skip to content

Commit

Permalink
Add missing Secrets configuration (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
jongwooo authored Jun 18, 2023
1 parent d10d85c commit 85e045d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-publish-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
jobs:
call-base-docker-publish:
uses: ./.github/workflows/base-docker-publish.yml
secrets: inherit
with:
command: docker-latest
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
3 changes: 1 addition & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
jobs:
call-base-docker-publish:
uses: ./.github/workflows/base-docker-publish.yml
secrets: inherit
with:
command: docker
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

0 comments on commit 85e045d

Please sign in to comment.