and again.
This commit is contained in:
parent
e433e4e8ae
commit
9cd699b11e
|
@ -31,6 +31,8 @@ jobs:
|
||||||
- name: Docker meta
|
- name: Docker meta
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v4
|
uses: docker/metadata-action@v4
|
||||||
|
with:
|
||||||
|
images: sartography/spiffworkflow-backend
|
||||||
|
|
||||||
- name: Login to DockerHub
|
- name: Login to DockerHub
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
|
@ -50,6 +52,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: "{{defaultContext}}:spiffworkflow-backend"
|
context: "{{defaultContext}}:spiffworkflow-backend"
|
||||||
push: true
|
push: true
|
||||||
tags: "sartography/spiffworkflow-backend:${{ steps.meta.outputs.tags }}"
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue