Skip to content

Commit 5f9d965

Browse files
authored
Update docker-image.yml
* change from checkout to docker/build-push-action
1 parent 65ebd1d commit 5f9d965

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Build the Docker image
12-
uses: actions/checkout@v2
12+
uses: docker/build-push-action@v1.1.0
1313
with:
1414
username: ${{ secrets.DOCKER_USERNAME }}
1515
password: ${{ secrets.DOCKER_PASSWORD }}
16+
repository: schenkd/nginx-ui
1617
tag_with_ref: true

0 commit comments

Comments
 (0)