From 2f627c355b42d551602348c238bc4cc4075f7f14 Mon Sep 17 00:00:00 2001 From: Ray Lyon <36998292+skoobasteeve@users.noreply.github.com> Date: Sun, 15 Jan 2023 13:41:18 -0500 Subject: [PATCH] Update docker-publish.yml --- .github/workflows/docker-publish.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 4fe6863..d6fa13c 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -18,6 +18,12 @@ jobs: - name: Check out the repo uses: actions/checkout@v3 + - name: Check out MTAPI repo + uses: actions/checkout@v3 + with: + repository: https://github.com/jonthornton/MTAPI.git + path: MTAPI + - name: Log in to Docker Hub uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 with: