mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
add slug
This commit is contained in:
parent
f383948c36
commit
eb364f2e78
5
.github/workflows/docker-build.yml
vendored
5
.github/workflows/docker-build.yml
vendored
@ -259,6 +259,11 @@ jobs:
|
||||
- name: setup qemu
|
||||
uses: docker/setup-qemu-action@v1
|
||||
- uses: docker/setup-buildx-action@v2
|
||||
|
||||
- name: parse tag
|
||||
uses: gacts/github-slugs@v1
|
||||
id: slug
|
||||
|
||||
- uses: docker/metadata-action@v3
|
||||
id: meta
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user