again
This commit is contained in:
parent
bae37a95e0
commit
3215770cae
|
@ -32,7 +32,9 @@ jobs:
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v4
|
uses: docker/metadata-action@v4
|
||||||
with:
|
with:
|
||||||
images: some/random/thing
|
images: |
|
||||||
|
sartography/spiffworkflow-backend
|
||||||
|
|
||||||
|
|
||||||
- name: Login to DockerHub
|
- name: Login to DockerHub
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
|
@ -52,6 +54,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: "{{defaultContext}}:spiffworkflow-backend"
|
context: "{{defaultContext}}:spiffworkflow-backend"
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: sartography/spiffworkflow-backend:latest
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue