Skip to content

Commit

Permalink
maybe it's in the github.workspace already???
Browse files Browse the repository at this point in the history
  • Loading branch information
thadguidry committed Nov 10, 2024
1 parent 6abe2bd commit ba027da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
# instead of PATH context `context: .`
push: true
tags: kdhrubo/db2rest:v${{ github.run_number }}, kdhrubo/db2rest:latest
build-args: JAR_FILE=./db2rest.jar
build-args: JAR_FILE=${{ github.workspace }}/db2rest.jar

0 comments on commit ba027da

Please sign in to comment.