Skip to content

Commit

Permalink
Update docker/metadata-action action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 12, 2023
1 parent bc24f7a commit 49cb9e4
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 49cb9e4

Please sign in to comment.