Skip to content

Commit f206c36

Browse files
authored
Merge pull request #202 from crazy-max/v4-prep
readme: set metadata-action to v4
2 parents 26b9439 + a20adfa commit f206c36

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
-
7373
name: Docker meta
7474
id: meta
75-
uses: docker/metadata-action@v3
75+
uses: docker/metadata-action@v4
7676
with:
7777
images: name/app
7878
-
@@ -125,7 +125,7 @@ jobs:
125125
-
126126
name: Docker meta
127127
id: meta
128-
uses: docker/metadata-action@v3
128+
uses: docker/metadata-action@v4
129129
with:
130130
images: |
131131
name/app
@@ -203,7 +203,7 @@ jobs:
203203
-
204204
name: Docker meta
205205
id: meta
206-
uses: docker/metadata-action@v3
206+
uses: docker/metadata-action@v4
207207
with:
208208
images: |
209209
name/app
@@ -767,7 +767,7 @@ workflow using the [`fromJSON` function](https://docs.github.com/en/actions/lear
767767
```yaml
768768
-
769769
name: Docker meta
770-
uses: docker/metadata-action@v3
770+
uses: docker/metadata-action@v4
771771
id: meta
772772
with:
773773
images: name/app
@@ -792,7 +792,7 @@ labels generated are not suitable, you can overwrite them like this:
792792
-
793793
name: Docker meta
794794
id: meta
795-
uses: docker/metadata-action@v3
795+
uses: docker/metadata-action@v4
796796
with:
797797
images: name/app
798798
labels: |

UPGRADE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## v2 to v3
44

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

88
## v1 to v2
@@ -180,7 +180,7 @@ jobs:
180180
-
181181
name: Docker meta
182182
id: meta
183-
uses: docker/metadata-action@v3
183+
uses: docker/metadata-action@v4
184184
with:
185185
images: name/app
186186
-
@@ -273,7 +273,7 @@ jobs:
273273
-
274274
name: Docker meta
275275
id: meta
276-
uses: docker/metadata-action@v3
276+
uses: docker/metadata-action@v4
277277
with:
278278
images: name/app
279279
tags: |

0 commit comments

Comments
 (0)