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:
|
pull_request:
|
||||||
|
|
||||||
env:
|
|
||||||
IMAGE_NAME: seafile-client
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -41,5 +38,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
repository: ${{ secrets.DOCKER_USERNAME }}/$IMAGE_NAME
|
repository: snegov/seafile-client
|
||||||
tag_with_ref: true
|
tag_with_ref: true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user