File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 # will only scan for vulnerabilities and push to acr on push events
2323 docker-build :
2424 name : Build docker image
25- # runs-on: baseflow-runner
26- runs-on : ubuntu-latest
25+ runs-on : baseflow-runner
2726 steps :
2827 - uses : actions/checkout@v4
2928 name : Checkout
3231 run : |
3332 version=$(grep '^version' oxybox/Cargo.toml | head -n 1 | cut -d '"' -f2)
3433 echo "version=$version" >> $GITHUB_OUTPUT
35- - uses : ./. github/ actions/docker
34+ - uses : Baseflow/ github- actions/docker@main
3635 name : Build docker image
3736 with :
3837 username : ${{ secrets.BASEFLOW_ACR_USERNAME }}
4140 vulnerability_scan : ${{ github.event_name != 'pull_request' }}
4241 version : ${{ steps.get_version.outputs.version }}
4342 context : ./oxybox
44- - uses : ./. github/ actions/docker
43+ - uses : Baseflow/ github- actions/docker@main
4544 if : github.ref == 'refs/heads/main'
4645 name : Build docker image to docker hub
4746 with :
5352 vulnerability_scan : ${{ github.event_name != 'pull_request' }}
5453 version : ${{ steps.get_version.outputs.version }}
5554 context : ./oxybox
56- - uses : ./. github/ actions/docker
55+ - uses : Baseflow/ github- actions/docker@main
5756 if : github.ref == 'refs/heads/main'
5857 name : Build docker image to docker hub
5958 with :
You can’t perform that action at this time.
0 commit comments