Skip to content

Commit 65ebd1d

Browse files
authored
Update docker-image.yml
* fix repository error
1 parent 77142c9 commit 65ebd1d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Docker Image CI
22

33
on:
44
push:
5-
branches: [ "master" ]
5+
branches: [ "master", "0.1", "0.2" ]
66

77
jobs:
88
build:
@@ -13,5 +13,4 @@ jobs:
1313
with:
1414
username: ${{ secrets.DOCKER_USERNAME }}
1515
password: ${{ secrets.DOCKER_PASSWORD }}
16-
repository: schenkd
1716
tag_with_ref: true

0 commit comments

Comments
 (0)