Skip to content

Commit

Permalink
Merge pull request #90 from MeshAddicts/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/metadata-action-5

Bump docker/metadata-action from 4 to 5
  • Loading branch information
kevinelliott authored Sep 6, 2024
2 parents 8cf51b9 + adf54f6 commit d6468a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4
- name: Docker meta
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
ghcr.io/MeshAddicts/meshinfo
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
uses: actions/checkout@v4
- name: Docker meta
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
ghcr.io/MeshAddicts/meshinfo-spa
Expand Down

0 comments on commit d6468a9

Please sign in to comment.