Fix create_docker

This commit is contained in:
Luke Tainton 2024-07-13 11:22:33 +01:00
parent cfdc7311d2
commit 2cf102db5d
No known key found for this signature in database

View File

@ -30,10 +30,7 @@ jobs:
create_docker:
name: Create Docker Image
runs-on: ubuntu-latest
needs: create_release
steps:
- name: Create Docker Image
uses: luketainton/roboluke-tasks/.github/workflows/docker_publish.yml@main
with:
release: ${{ needs.create_release.outputs.new_tag }}
uses: luketainton/roboluke-tasks/.github/workflows/docker_publish.yml@main
with:
release: ${{ needs.create_release.outputs.new_tag }}