Force use of the docker container instead of building the image on the fly.

This commit is contained in:
2023-10-20 09:42:31 +01:00
parent e8742c29b5
commit 5e945c4ba0
4 changed files with 107 additions and 95 deletions
+1 -1
View File
@@ -33,4 +33,4 @@ outputs:
description: 'Calculated semantic version'
runs:
using: 'docker'
image: Dockerfile
image: 'docker://ghcr.io/lukaszraczylo/semver-generator:latest'