Enable very rudimentary CI/CD #1
1 changed files with 4 additions and 3 deletions
|
@ -19,9 +19,10 @@ jobs:
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN}}
|
password: ${{ secrets.DOCKERHUB_TOKEN}}
|
||||||
- uses: docker/build-push-action@v5
|
- uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
push: true
|
push: false
|
||||||
tags: karcsesz/fingerlink:latest
|
tags: karcsesz/fingerlink:latest
|
||||||
- uses: docker/build-push-action@v5
|
- uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
push: true
|
push: false
|
||||||
tags: karcsesz/fingerlink:latest-nano
|
tags: karcsesz/fingerlink:latest-nano
|
||||||
|
build-args: "editor=nano"
|
Loading…
Reference in a new issue