mirror of
https://github.com/lldap/lldap.git
synced 2026-06-22 16:22:53 +00:00
Compare commits
1 Commits
main
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2c5b4bb827 |
6
.github/workflows/docker-build-static.yml
vendored
6
.github/workflows/docker-build-static.yml
vendored
@@ -528,7 +528,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Docker ${{ matrix.container }} Base meta
|
- name: Docker ${{ matrix.container }} Base meta
|
||||||
id: meta-base
|
id: meta-base
|
||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v6
|
||||||
with:
|
with:
|
||||||
# list of Docker images to use as base name for tags
|
# list of Docker images to use as base name for tags
|
||||||
images: |
|
images: |
|
||||||
@@ -556,7 +556,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Docker ${{ matrix.container }}-rootless meta
|
- name: Docker ${{ matrix.container }}-rootless meta
|
||||||
id: meta-rootless
|
id: meta-rootless
|
||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v6
|
||||||
with:
|
with:
|
||||||
# list of Docker images to use as base name for tags
|
# list of Docker images to use as base name for tags
|
||||||
images: |
|
images: |
|
||||||
@@ -589,7 +589,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Docker ${{ matrix.container }} meta
|
- name: Docker ${{ matrix.container }} meta
|
||||||
id: meta-standard
|
id: meta-standard
|
||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v6
|
||||||
with:
|
with:
|
||||||
# list of Docker images to use as base name for tags
|
# list of Docker images to use as base name for tags
|
||||||
images: |
|
images: |
|
||||||
|
|||||||
Reference in New Issue
Block a user