Skip to content

Commit

Permalink
???
Browse files Browse the repository at this point in the history
  • Loading branch information
lukey-luke committed Jan 23, 2025
1 parent a3d775f commit 6035b00
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,11 @@ permissions:
jobs:
docker_build:
runs-on: self-hosted
container:
image: ubuntu:20.04
steps:
- name: Checkout code
- name: "Checkout code"
uses: actions/checkout@v4
with:
# path: ./dpc-app
# ref: ${{ github.event.pull_request.head.sha || github.event.inputs.branch }}
path: dpc-app
ref: ${{ github.ref_name }}

- name: Check docker version
Expand Down

0 comments on commit 6035b00

Please sign in to comment.