and again.

This commit is contained in:
Dan 2022-11-17 14:26:37 -05:00
parent e433e4e8ae
commit 9cd699b11e
1 changed files with 3 additions and 1 deletions

View File

@ -31,6 +31,8 @@ jobs:
- name: Docker meta
id: meta
uses: docker/metadata-action@v4
with:
images: sartography/spiffworkflow-backend
- name: Login to DockerHub
if: github.event_name != 'pull_request'
@ -50,6 +52,6 @@ jobs:
with:
context: "{{defaultContext}}:spiffworkflow-backend"
push: true
tags: "sartography/spiffworkflow-backend:${{ steps.meta.outputs.tags }}"
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}