diff --git a/.github/workflows/lscr.yml b/.github/workflows/lscr.yml index c260147..0afed9d 100644 --- a/.github/workflows/lscr.yml +++ b/.github/workflows/lscr.yml @@ -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: | @@ -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: | diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 90de744..94efe82 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: | @@ -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: | @@ -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: |