try different order
This commit is contained in:
12
.github/workflows/docker.yml
vendored
12
.github/workflows/docker.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Netdisco Docker Images
|
name: Build Docker Images
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
@@ -21,15 +21,15 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
working-directory: /github/workspace/netdisco-docker/netdisco-docker
|
working-directory: /github/workspace/netdisco-docker/netdisco-docker
|
||||||
steps:
|
steps:
|
||||||
- name: Get the Tag
|
|
||||||
id: get_refs
|
|
||||||
run: |
|
|
||||||
echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
|
|
||||||
echo "IMAGE_ROOT=netdisco:${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
|
|
||||||
- name: Check out latest code
|
- name: Check out latest code
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
with:
|
with:
|
||||||
repo: 'netdisco/netdisco-docker'
|
repo: 'netdisco/netdisco-docker'
|
||||||
|
- name: Get the Tag
|
||||||
|
id: get_refs
|
||||||
|
run: |
|
||||||
|
echo "TAG=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV
|
||||||
|
echo "IMAGE_ROOT=netdisco:${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Build netdisco-postgresql
|
- name: Build netdisco-postgresql
|
||||||
id: build_netdisco_postgresql
|
id: build_netdisco_postgresql
|
||||||
|
|||||||
Reference in New Issue
Block a user