fix build?
All checks were successful
Build / Build - linux (push) Successful in 3m57s

This commit is contained in:
2025-12-11 20:13:55 +01:00
parent 22af721701
commit 42d0c0c02a
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ jobs:
matrix:
include:
- platform: linux
docker_image: gitea.staspast.click/stas/rust-node-builder:latest
docker_image: gitea.staspast.click/stas/rust-node-builder:custom
target: x86_64-unknown-linux-gnu
artifact_name: rlogg-linux-x86_64
binary_extension: ""

View File

@@ -1 +1 @@
docker build -t gitea.staspast.click/stas/rust-node-builder:latest -f linux-build.Dockerfile . && docker push gitea.staspast.click/stas/rust-node-builder:latest
docker build -t gitea.staspast.click/stas/rust-node-builder:custom -f linux-build.Dockerfile . && docker push gitea.staspast.click/stas/rust-node-builder:custom