diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3bac4955..93790e95 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,14 +5,10 @@ on: branches: - 'master' - 'releases/v*' - paths-ignore: - - '**.md' pull_request: branches: - 'master' - 'releases/v*' - paths-ignore: - - '**.md' jobs: test: diff --git a/README.md b/README.md index 8ec5839a..637e1435 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@v2 + uses: docker/metadata-action@v3 with: images: name/app - @@ -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: | @@ -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: | @@ -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: | diff --git a/UPGRADE.md b/UPGRADE.md index 5184c6da..93973440 100644 --- a/UPGRADE.md +++ b/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) @@ -175,7 +180,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@v2 + uses: docker/metadata-action@v3 with: images: name/app - @@ -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: |