Skip to content

Commit

Permalink
Merge pull request #437 from solidnerd/renovate/docker-metadata-actio…
Browse files Browse the repository at this point in the history
…n-5.x

Update docker/metadata-action action to v5
  • Loading branch information
rjhenry committed Sep 12, 2023
2 parents 18100c6 + 49cb9e4 commit 146bb95
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Set up CI Image Metadata
id: docker_meta_ci
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: solidnerd/bookstack-dev
tags: |
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:

- name: Set up Docker Hub Image Metadata
id: docker_meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: solidnerd/bookstack,ghcr.io/solidnerd/docker-bookstack
tags: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Docker meta ci
id: docker_meta_ci
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: solidnerd/bookstack-dev
tags: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Set up CI Image Metadata
id: docker_meta_ci
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: solidnerd/bookstack-dev
tags: |
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:

- name: Set up Docker Hub Image Metadata
id: docker_meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
solidnerd/bookstack
Expand Down

0 comments on commit 146bb95

Please sign in to comment.