Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3 upgrade notes #78

Merged
merged 1 commit into from May 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Expand Up @@ -5,14 +5,10 @@ on:
branches:
- 'master'
- 'releases/v*'
paths-ignore:
- '**.md'
pull_request:
branches:
- 'master'
- 'releases/v*'
paths-ignore:
- '**.md'

jobs:
test:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -62,7 +62,7 @@ jobs:
-
name: Docker meta
id: meta
uses: docker/metadata-action@v2
uses: docker/metadata-action@v3
with:
images: name/app
-
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
-
name: Docker meta
id: meta
uses: docker/metadata-action@v2
uses: docker/metadata-action@v3
with:
images: name/app
tags: |
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
-
name: Docker meta
id: meta
uses: docker/metadata-action@v2
uses: docker/metadata-action@v3
with:
images: name/app
tags: |
Expand Down Expand Up @@ -593,7 +593,7 @@ labels generated are not suitable, you can overwrite them like this:
-
name: Docker meta
id: docker_meta
uses: docker/metadata-action@v2
uses: docker/metadata-action@v3
with:
images: name/app
labels: |
Expand Down
9 changes: 7 additions & 2 deletions UPGRADE.md
@@ -1,5 +1,10 @@
# Upgrade notes

## v2 to v3

* Repository has been moved to docker org. Replace `crazy-max/ghaction-docker-meta@v2` with `docker/metadata-action@v3`
* The default bake target has been changed: `ghaction-docker-meta` > `docker-metadata-action`

## v1 to v2

* [inputs](#inputs)
Expand Down Expand Up @@ -175,7 +180,7 @@ jobs:
-
name: Docker meta
id: meta
uses: docker/metadata-action@v2
uses: docker/metadata-action@v3
with:
images: name/app
-
Expand Down Expand Up @@ -268,7 +273,7 @@ jobs:
-
name: Docker meta
id: meta
uses: docker/metadata-action@v2
uses: docker/metadata-action@v3
with:
images: name/app
tags: |
Expand Down