summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/publish.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index ce25802f..129cc049 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -29,7 +29,6 @@ jobs:
with:
push: true
file: opendc-web/opendc-web-runner/Dockerfile
- repository: atlargeresearch/opendc
tags: ${{ steps.prep.outputs.tags }}
push-api:
name: Push API to DockerHub
@@ -59,6 +58,8 @@ jobs:
name: Push UI to DockerHub
runs-on: ubuntu-22.04
steps:
+ - name: Checkout repository
+ uses: actions/checkout@v3
- name: Prepare
id: prep
run: |