fix(ci): correct reference to previous CI job

This commit is contained in:
Luke Tainton (ltainton) 2023-10-20 19:52:23 +01:00
parent bb29a70f4c
commit 4dedea1949
No known key found for this signature in database

View File

@ -37,4 +37,4 @@ jobs:
- name: Push image to GitHub Package Registry
run: |
docker push ghcr.io/luketainton/roboluke-tasks:latest
docker push ghcr.io/luketainton/roboluke-tasks:${{ needs.release.outputs.new_tag }}
docker push ghcr.io/luketainton/roboluke-tasks:${{ needs.release.outputs.new_tag }}