Move to docker/metadata-action (#366)

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2021-05-11 00:03:28 +02:00
committed by GitHub
parent 429febb26c
commit 8e3036798b
2 changed files with 4 additions and 4 deletions

View File

@@ -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 }}

View File

@@ -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" {