Skip to content

Commit

Permalink
Path problem?
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Apr 26, 2024
1 parent eea1530 commit 751fd22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |-
# put the YML file in place so it's copied into the Docker container
DIR=$(dirname "${{ inputs.dockerFile }}")
cp $DIR/scyllaridae.yml .
cp ./$DIR/scyllaridae.yml .
# name the docker image after the folder name prefixed by scyllaridae
# e.g. scyllaridae-curl
echo "image=scyllaridae-$(basename $DIR)" >> $GITHUB_OUTPUT
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
run: go test -v ./...

find-images:
needs: [lint-test]
name: Find docker images needing built
runs-on: ubuntu-latest
outputs:
Expand Down

0 comments on commit 751fd22

Please sign in to comment.