mirror of
https://github.com/simple-login/app.git
synced 2025-10-06 13:26:51 +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'
|
if: github.event_name == 'push'
|
||||||
uses: docker/build-push-action@v1
|
uses: docker/build-push-action@v1
|
||||||
with:
|
with:
|
||||||
name: simplelogin/app-ci
|
repository: simplelogin/app-ci
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
tag_with_ref: true
|
tag_with_ref: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue