Skip to content

Commit

Permalink
Merge pull request #51 from xthursdayx/dependabot/github_actions/dot-…
Browse files Browse the repository at this point in the history
…github/workflows/docker/metadata-action-5

Bump docker/metadata-action from 4 to 5 in /.github/workflows
  • Loading branch information
xthursdayx authored Oct 2, 2023
2 parents c62980e + 79e7966 commit c711e39
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/docker-build-and-publish-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Docker meta
id: dh-meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
${{ env.DOCKERHUB_SLUG }}
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
-
name: Docker meta
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY_IMAGE }}
-
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:

- name: Docker meta
id: dh-meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
${{ env.DOCKERHUB_SLUG }}
Expand All @@ -146,7 +146,7 @@ jobs:
- name: Docker meta
id: gh-meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
${{ env.GHCR_SLUG }}
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:

- name: Docker meta
id: dh-meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
${{ env.DOCKERHUB_SLUG }}
Expand All @@ -225,7 +225,7 @@ jobs:
- name: Docker meta
id: gh-meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
${{ env.GHCR_SLUG }}
Expand Down Expand Up @@ -337,7 +337,7 @@ jobs:

- name: Docker meta
id: dh-meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
${{ env.DOCKERHUB_SLUG }}
Expand All @@ -347,7 +347,7 @@ jobs:
- name: Docker meta
id: gh-meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
${{ env.GHCR_SLUG }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/docker-build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Docker meta
id: dh-meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
${{ env.DOCKERHUB_SLUG }}
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Docker meta
id: gh-meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
${{ env.GHCR_SLUG }}
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:

- name: Docker meta
id: dh-meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
${{ env.DOCKERHUB_SLUG }}
Expand All @@ -95,7 +95,7 @@ jobs:
- name: Docker meta
id: gh-meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
${{ env.GHCR_SLUG }}
Expand Down Expand Up @@ -228,7 +228,7 @@ jobs:

- name: Docker meta
id: dh-meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
${{ env.DOCKERHUB_SLUG }}
Expand All @@ -238,7 +238,7 @@ jobs:
- name: Docker meta
id: gh-meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
${{ env.GHCR_SLUG }}
Expand Down

0 comments on commit c711e39

Please sign in to comment.