Skip to content

Commit

Permalink
Move to docker/metadata-action
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed May 10, 2021
1 parent 808cb19 commit f21a6b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
-
name: Docker meta
id: meta
uses: crazy-max/ghaction-docker-meta@v2
uses: docker/metadata-action@v3
with:
images: |
${{ env.DOCKERHUB_SLUG }}
Expand Down
6 changes: 3 additions & 3 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ variable "DEFAULT_TAG" {
default = "ghaction-chocolatey: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}"]
}

target "image" {
inherits = ["ghaction-docker-meta"]
inherits = ["docker-metadata-action"]
context = "./image"
}

Expand Down

0 comments on commit f21a6b1

Please sign in to comment.