Skip to content

Commit

Permalink
Merge pull request #254 from pabloromeo/dependabot/github_actions/dev…
Browse files Browse the repository at this point in the history
…/docker/metadata-action-5

Bump docker/metadata-action from 4 to 5
  • Loading branch information
pabloromeo authored Apr 19, 2024
2 parents 6200318 + 8d84044 commit 0f81608
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lscr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Docker meta for PMS-dockermod
id: meta_pms_dockermod
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
# list of Docker images to use as base name for tags
images: |
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:

- name: Docker meta for worker-dockermod
id: meta_worker_dockermod
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
# list of Docker images to use as base name for tags
images: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Docker meta for PMS
id: meta_pms
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
# list of Docker images to use as base name for tags
images: |
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:

- name: Docker meta for Worker
id: meta_worker
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
# list of Docker images to use as base name for tags
images: |
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:

- name: Docker meta for Orchestrator
id: meta_orchestrator
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
# list of Docker images to use as base name for tags
images: |
Expand Down

0 comments on commit 0f81608

Please sign in to comment.