Skip to content

Commit 332db26

Browse files
author
Thomas Luijken
committed
back to baseflow runner
1 parent b37372c commit 332db26

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/BUILD_AND_DEPLOY.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,12 @@ on:
1717
- 'oxybox/src/**'
1818
- '.github/workflows/BUILD_AND_DEPLOY.yml'
1919

20-
permissions:
21-
actions: read
22-
contents: read
23-
2420
jobs:
2521
# validate that the docker image is built.
2622
# will only scan for vulnerabilities and push to acr on push events
2723
docker-build:
2824
name: Build docker image
29-
# runs-on: baseflow-runner
30-
runs-on: ubuntu-latest
25+
runs-on: baseflow-runner
3126
steps:
3227
- uses: actions/checkout@v4
3328
name: Checkout

0 commit comments

Comments
 (0)