We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b37372c commit 332db26Copy full SHA for 332db26
.github/workflows/BUILD_AND_DEPLOY.yml
@@ -17,17 +17,12 @@ on:
17
- 'oxybox/src/**'
18
- '.github/workflows/BUILD_AND_DEPLOY.yml'
19
20
-permissions:
21
- actions: read
22
- contents: read
23
-
24
jobs:
25
# validate that the docker image is built.
26
# will only scan for vulnerabilities and push to acr on push events
27
docker-build:
28
name: Build docker image
29
- # runs-on: baseflow-runner
30
- runs-on: ubuntu-latest
+ runs-on: baseflow-runner
31
steps:
32
- uses: actions/checkout@v4
33
name: Checkout
0 commit comments