Make nano actually build with nano and disable push to not get rate limited
All checks were successful
/ cargo test (push) Successful in 22s
/ docker build (push) Successful in 5s

This commit is contained in:
Karcsesz 2024-03-18 01:02:54 +01:00
parent 50771d8c28
commit 5600c653ef

View file

@ -19,9 +19,10 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN}}
- uses: docker/build-push-action@v5
with:
push: true
push: false
tags: karcsesz/fingerlink:latest
- uses: docker/build-push-action@v5
with:
push: true
tags: karcsesz/fingerlink:latest-nano
push: false
tags: karcsesz/fingerlink:latest-nano
build-args: "editor=nano"