use master image
All checks were successful
Docker Build / docker-build (push) Successful in 1m18s

This commit is contained in:
David Hiendl 2023-12-24 15:10:33 +01:00
parent 126c9089bf
commit 138ba75e8c
2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored
View File

@ -61844,7 +61844,7 @@ function executeFpmBuild(computedFpmArgs) {
const dockerCmd = 'docker run --rm -i'
+ ' -v ' + process.cwd() + ':/workspace/source'
+ ' -w /workspace/source'
+ 'gitea.dhswt.de/actions/fpm:latest'
+ 'gitea.dhswt.de/actions/fpm:master'
+ ' ' + computedFpmArgs
+ ' ' + userFpmArgs;

View File

@ -11,7 +11,7 @@ export function executeFpmBuild(computedFpmArgs) {
const dockerCmd = 'docker run --rm -i'
+ ' -v ' + process.cwd() + ':/workspace/source'
+ ' -w /workspace/source'
+ 'gitea.dhswt.de/actions/fpm:latest'
+ 'gitea.dhswt.de/actions/fpm:master'
+ ' ' + computedFpmArgs
+ ' ' + userFpmArgs;