There was an error while loading. Please reload this page.
1 parent 65ebd1d commit 5f9d965Copy full SHA for 5f9d965
.github/workflows/docker-image.yml
@@ -9,8 +9,9 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Build the Docker image
12
- uses: actions/checkout@v2
+ uses: docker/build-push-action@v1.1.0
13
with:
14
username: ${{ secrets.DOCKER_USERNAME }}
15
password: ${{ secrets.DOCKER_PASSWORD }}
16
+ repository: schenkd/nginx-ui
17
tag_with_ref: true
0 commit comments