mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
Update docker-build.yml
This commit is contained in:
parent
a8c102552d
commit
4b1c4e7079
5
.github/workflows/docker-build.yml
vendored
5
.github/workflows/docker-build.yml
vendored
@ -1,5 +1,4 @@
|
||||
name: Docker Static
|
||||
|
||||
name: Docker
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
@ -337,7 +336,7 @@ jobs:
|
||||
context: .
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
file: ./.github/workflows/Dockerfile.ci.alpine
|
||||
file: ./.github/workflows/Dockerfile.ci
|
||||
tags: nitnelave/lldap:latest
|
||||
cache-from: type=local,src=/tmp/.buildx-cache
|
||||
cache-to: type=local,dest=/tmp/.buildx-cache-new
|
||||
|
Loading…
Reference in New Issue
Block a user