mirror of
https://github.com/crazy-max/diun.git
synced 2026-01-03 19:45:05 +01:00
Move to docker/metadata-action (#366)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -59,7 +59,7 @@ jobs:
|
||||
-
|
||||
name: Docker meta
|
||||
id: meta
|
||||
uses: crazy-max/ghaction-docker-meta@v2
|
||||
uses: docker/metadata-action@v3
|
||||
with:
|
||||
images: |
|
||||
${{ env.DOCKERHUB_SLUG }}
|
||||
|
||||
@@ -20,8 +20,8 @@ target "git-ref" {
|
||||
}
|
||||
}
|
||||
|
||||
// Special target: https://github.com/crazy-max/ghaction-docker-meta#bake-definition
|
||||
target "ghaction-docker-meta" {
|
||||
// Special target: https://github.com/docker/metadata-action#bake-definition
|
||||
target "docker-metadata-action" {
|
||||
tags = ["crazymax/diun:local"]
|
||||
}
|
||||
|
||||
@@ -90,7 +90,7 @@ target "artifact-all" {
|
||||
}
|
||||
|
||||
target "image" {
|
||||
inherits = ["go-version", "git-ref", "ghaction-docker-meta"]
|
||||
inherits = ["go-version", "git-ref", "docker-metadata-action"]
|
||||
}
|
||||
|
||||
target "image-local" {
|
||||
|
||||
Reference in New Issue
Block a user