try using ref head
This commit is contained in:
7
.github/workflows/docker.yml
vendored
7
.github/workflows/docker.yml
vendored
@@ -17,14 +17,15 @@ jobs:
|
|||||||
build_docker_images:
|
build_docker_images:
|
||||||
name: Build Docker Images
|
name: Build Docker Images
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
defaults:
|
# defaults:
|
||||||
run:
|
# run:
|
||||||
working-directory: /github/workspace/netdisco-docker/netdisco-docker
|
# working-directory: /github/workspace/netdisco-docker/netdisco-docker
|
||||||
steps:
|
steps:
|
||||||
- name: Check out latest code
|
- name: Check out latest code
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
with:
|
with:
|
||||||
repository: 'netdisco/netdisco-docker'
|
repository: 'netdisco/netdisco-docker'
|
||||||
|
ref: 'HEAD'
|
||||||
- name: Get the Tag
|
- name: Get the Tag
|
||||||
id: get_refs
|
id: get_refs
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user