Skip to content

Commit

Permalink
Merge pull request #44 from crazy-max/docker-metadata
Browse files Browse the repository at this point in the history
Move to docker/metadata-action
  • Loading branch information
tonistiigi authored May 12, 2021
2 parents 274c2bf + 8bd0b4b commit 8703596
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.REPO_SLUG }}
tags: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
-
name: Docker meta
id: meta
uses: crazy-max/ghaction-docker-meta@v2
uses: docker/metadata-action@v3
with:
images: ${{ env.REPO_SLUG }}
tags: |
Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ variable "QEMU_VERSION" {
default = ""
}

// Special target: https://github.com/crazy-max/ghaction-docker-meta#bake-definition
// Special target: https://github.com/docker/metadata-action#bake-definition
target "meta-helper" {
tags = ["${REPO}:test"]
}
Expand Down

0 comments on commit 8703596

Please sign in to comment.