There was an error while loading. Please reload this page.
1 parent 5f9d965 commit 3a22c6cCopy full SHA for 3a22c6c
.github/workflows/docker-image.yml
@@ -8,10 +8,13 @@ jobs:
8
build:
9
runs-on: ubuntu-latest
10
steps:
11
- - name: Build the Docker image
12
- 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
+ - name: Clone repository
+ uses: actions/checkout@v2
+
+ - name: Build the Docker image
+ uses: docker/build-push-action@v1.1.0
+ with:
+ username: ${{ secrets.DOCKER_USERNAME }}
18
+ password: ${{ secrets.DOCKER_PASSWORD }}
19
+ repository: schenkd/nginx-ui
20
+ tag_with_ref: true
0 commit comments