Skip to content

Commit

Permalink
fix: action now builds Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
s0ders committed Apr 24, 2024
1 parent a767ae1 commit 6b60715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ outputs:
description: 'Boolean that indicate whether a new semver was computed or not'
runs:
using: 'docker'
image: 'docker://soders/go-semver-release:latest'
image: './build/Dockerfile'
args:
- "local"
- ${{ inputs.repository-path }}
Expand Down

0 comments on commit 6b60715

Please sign in to comment.