fix(ci): fix issues with publishing Docker image

This commit is contained in:
Luke Tainton (ltainton) 2023-10-20 19:50:19 +01:00
parent df2f706292
commit bb29a70f4c
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 }}