Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
cappyzawa committed Nov 14, 2021
1 parent 68c1411 commit 36ba680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: cappyzawa/romver-resource
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
tags: latest,${{ env.RELEASE_VERSION }}
buildargs: ROMVER_TESTING_GITHUB_URI,ROMVER_TESTING_GITHUB_BRANCH,ROMVER_TESTING_GITHUB_USERNAME,ROMVER_TESTING_GITHUB_PASSWORD
registry: ghcr.io
Expand Down

0 comments on commit 36ba680

Please sign in to comment.