Skip to content

Commit 860be3d

Browse files
author
Thomas Luijken
committed
Try again with baseflow runner
1 parent 30f2147 commit 860be3d

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/BUILD_AND_DEPLOY.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ jobs:
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
@@ -32,7 +31,7 @@ jobs:
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 }}
@@ -41,7 +40,7 @@ jobs:
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:
@@ -53,7 +52,7 @@ jobs:
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:

0 commit comments

Comments
 (0)