Browse Source
Merge pull request #2287 from logband/chore-ci-update
chore(ci): move to using newer metadata action
pull/2289/head
Chris Lu
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
5 additions and
5 deletions
-
.github/workflows/container_latest.yml
-
.github/workflows/container_release.yml
-
.github/workflows/container_test.yml
|
@ -15,7 +15,7 @@ jobs: |
|
|
- |
|
|
- |
|
|
name: Docker meta |
|
|
name: Docker meta |
|
|
id: docker_meta |
|
|
id: docker_meta |
|
|
uses: crazy-max/ghaction-docker-meta@v2 |
|
|
|
|
|
|
|
|
uses: docker/metadata-action@v3 |
|
|
with: |
|
|
with: |
|
|
images: | |
|
|
images: | |
|
|
chrislusf/seaweedfs |
|
|
chrislusf/seaweedfs |
|
@ -68,7 +68,7 @@ jobs: |
|
|
- |
|
|
- |
|
|
name: Docker meta |
|
|
name: Docker meta |
|
|
id: docker_meta |
|
|
id: docker_meta |
|
|
uses: crazy-max/ghaction-docker-meta@v2 |
|
|
|
|
|
|
|
|
uses: docker/metadata-action@v3 |
|
|
with: |
|
|
with: |
|
|
images: | |
|
|
images: | |
|
|
chrislusf/seaweedfs |
|
|
chrislusf/seaweedfs |
|
|
|
@ -15,7 +15,7 @@ jobs: |
|
|
- |
|
|
- |
|
|
name: Docker meta |
|
|
name: Docker meta |
|
|
id: docker_meta |
|
|
id: docker_meta |
|
|
uses: crazy-max/ghaction-docker-meta@v2 |
|
|
|
|
|
|
|
|
uses: docker/metadata-action@v3 |
|
|
with: |
|
|
with: |
|
|
images: | |
|
|
images: | |
|
|
chrislusf/seaweedfs |
|
|
chrislusf/seaweedfs |
|
@ -70,7 +70,7 @@ jobs: |
|
|
- |
|
|
- |
|
|
name: Docker meta |
|
|
name: Docker meta |
|
|
id: docker_meta |
|
|
id: docker_meta |
|
|
uses: crazy-max/ghaction-docker-meta@v2 |
|
|
|
|
|
|
|
|
uses: docker/metadata-action@v3 |
|
|
with: |
|
|
with: |
|
|
images: | |
|
|
images: | |
|
|
chrislusf/seaweedfs |
|
|
chrislusf/seaweedfs |
|
|
|
@ -14,7 +14,7 @@ jobs: |
|
|
- |
|
|
- |
|
|
name: Docker meta |
|
|
name: Docker meta |
|
|
id: docker_meta |
|
|
id: docker_meta |
|
|
uses: crazy-max/ghaction-docker-meta@v2 |
|
|
|
|
|
|
|
|
uses: docker/metadata-action@v3 |
|
|
with: |
|
|
with: |
|
|
images: | |
|
|
images: | |
|
|
chrislusf/seaweedfs |
|
|
chrislusf/seaweedfs |
|
|