Update docker-publish.yml

This commit is contained in:
Ray Lyon
2023-01-15 13:41:18 -05:00
committed by GitHub
parent 9d2a854e6f
commit 2f627c355b

View File

@@ -18,6 +18,12 @@ jobs:
- name: Check out the repo - name: Check out the repo
uses: actions/checkout@v3 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 - name: Log in to Docker Hub
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
with: with: