mirror of
https://github.com/simple-login/app.git
synced 2025-02-20 22:02:54 +08:00
name -> repository for docker/build-push-action@v1
This commit is contained in:
parent
88b957fe8b
commit
225fd4bbb0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
|||
if: github.event_name == 'push'
|
||||
uses: docker/build-push-action@v1
|
||||
with:
|
||||
name: simplelogin/app-ci
|
||||
repository: simplelogin/app-ci
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
tag_with_ref: true
|
||||
|
|
Loading…
Reference in a new issue