Skip to content

Commit

Permalink
dockerhost schema unix://
Browse files Browse the repository at this point in the history
  • Loading branch information
omengye authored Nov 11, 2022
1 parent c49d9bd commit c31a314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
- name: Push changes
uses: ad-m/github-push-action@master
- name: Push to DockerHub
run: mvn -DskipTests=true -DdockerHost.url=/var/run/docker.sock io.fabric8:docker-maven-plugin:0.33.0:build io.fabric8:docker-maven-plugin:0.33.0:push
run: mvn -DskipTests=true -DdockerHost.url=unix:///var/run/docker.sock io.fabric8:docker-maven-plugin:0.33.0:build io.fabric8:docker-maven-plugin:0.33.0:push

0 comments on commit c31a314

Please sign in to comment.