From 6ba8a260161230c9c9c74c2cc1207d35a3946c37 Mon Sep 17 00:00:00 2001 From: Evan Richardson Date: Thu, 7 Mar 2024 08:34:22 +0000 Subject: [PATCH] add push --- .gitea/workflows/tag-release.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/tag-release.yaml b/.gitea/workflows/tag-release.yaml index b76e2cc..77f0b68 100644 --- a/.gitea/workflows/tag-release.yaml +++ b/.gitea/workflows/tag-release.yaml @@ -32,6 +32,8 @@ jobs: images: | harbor.evanshome.io/library/py-eagle-mqtt # generate Docker tags based on the following events/attributes + flavor: | + latest=true tags: | type=schedule type=ref,event=branch @@ -54,6 +56,6 @@ jobs: uses: docker/build-push-action@v5 with: context: ./Docker/ - push: ${{ github.event_name != 'pull_request' }} + push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file