chore: restore latest tag (#2784)

* restore dockerhub publishing

* restore latest publishing tag

* fix tag/tags inputs
This commit is contained in:
Hayden
2023-12-04 12:58:46 -06:00
committed by GitHub
parent 1ac6e651d1
commit b369417690
2 changed files with 18 additions and 3 deletions

View File

@@ -24,6 +24,9 @@ jobs:
- frontend-tests
with:
tag: ${{ github.event.release.tag_name }}
tags: |
hkotel/mealie:latest
ghcr.io/${{ github.repository }}:latest
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}