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:
parent
08d98d38bf
commit
36aa1601a4
2 changed files with 4 additions and 4 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
|
|
@ -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" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue