"lib/runtime/git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "bd8f0804737847cc3d09db7aec29ee3e3233b30b"
Commit 32c11376 authored by Matthew W. Thompson's avatar Matthew W. Thompson
Browse files

Update checkout action

parent f86d42f4
...@@ -10,6 +10,6 @@ jobs: ...@@ -10,6 +10,6 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v4
- name: Build the Docker image - name: Build the Docker image
run: docker build . --file Dockerfile --tag openfold:$(date +%s) run: docker build . --file Dockerfile --tag openfold:$(date +%s)
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment