Skip to content

Commit

Permalink
move it under the github.workspace prior???
Browse files Browse the repository at this point in the history
- Error: buildx failed with: ERROR: failed to solve: failed to compute cache key: failed to calculate checksum of ref vgvvy0hbyxf4f68gvtmcwz7tr::r6ztuhyp7ruavx9j118gyrd00: "/home/runner/work/db2rest/db2rest/db2rest.jar": not found
  • Loading branch information
thadguidry committed Nov 10, 2024
1 parent ba027da commit a1d70a9
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 @@ -31,7 +31,7 @@ jobs:
echo "CI--- Downloading DB2REST JAR from Maven Central"
wget --progress=bar:force:noscroll https://search.maven.org/remotecontent?filepath=io/9tiger/db2rest/$DB2REST_VERSION/db2rest-$DB2REST_VERSION.jar
echo "CI--- File downloaded successfully"
mv *.jar db2rest.jar
mv *.jar ${{ github.workspace }}/db2rest.jar
ls -l
- name: Set up Docker Buildx
Expand Down

0 comments on commit a1d70a9

Please sign in to comment.