1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-01-23 02:14:48 +00:00

Move to docker/metadata-action (#199)

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2021-05-11 00:03:55 +02:00 committed by GitHub
parent 08d98d38bf
commit 36aa1601a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -27,7 +27,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

@ -2,8 +2,8 @@ variable "DEFAULT_TAG" {
default = "librenms:local"
}
// 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 = ["${DEFAULT_TAG}"]
}
@ -13,7 +13,7 @@ group "default" {
}
target "image" {
inherits = ["ghaction-docker-meta"]
inherits = ["docker-metadata-action"]
}
target "image-local" {