Update github workflow
This commit is contained in:
parent
e4268c0b21
commit
ebf7574bde
5
.github/workflows/docker-publish.yml
vendored
5
.github/workflows/docker-publish.yml
vendored
@ -9,9 +9,6 @@ on:
|
||||
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
IMAGE_NAME: seafile-client
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
@ -41,5 +38,5 @@ jobs:
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
repository: ${{ secrets.DOCKER_USERNAME }}/$IMAGE_NAME
|
||||
repository: snegov/seafile-client
|
||||
tag_with_ref: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user