Module: kamailio Branch: master Commit: 4ad01bad433a649116d3b42a811a80fa630d869c URL: https://github.com/kamailio/kamailio/commit/4ad01bad433a649116d3b42a811a80fa...
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Committer: Victor Seva linuxmaniac@torreviejawireless.org Date: 2023-09-19T03:13:56+02:00
github: [skip ci]: bump docker/metadata-action from 4 to 5
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 to 5. - [Release notes](https://github.com/docker/metadata-action/releases) - [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md) - [Commits](https://github.com/docker/metadata-action/compare/v4...v5)
--- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-major ...
Signed-off-by: dependabot[bot] support@github.com
---
Modified: .github/workflows/alpine.yml
---
Diff: https://github.com/kamailio/kamailio/commit/4ad01bad433a649116d3b42a811a80fa... Patch: https://github.com/kamailio/kamailio/commit/4ad01bad433a649116d3b42a811a80fa...
---
diff --git a/.github/workflows/alpine.yml b/.github/workflows/alpine.yml index 620829fdfb6..11224f606a7 100644 --- a/.github/workflows/alpine.yml +++ b/.github/workflows/alpine.yml @@ -40,7 +40,7 @@ jobs: - name: Docker meta if: ${{ steps.should_run.outputs.should_run != 'false' }} id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: # list of Docker images to use as base name for tags images: | @@ -58,7 +58,7 @@ jobs: - name: Docker meta "-alpine" if: ${{ steps.should_run.outputs.should_run != 'false' }} id: meta-alpine - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: # list of Docker images to use as base name for tags images: | @@ -76,7 +76,7 @@ jobs: - name: Docker meta "-debug" if: ${{ steps.should_run.outputs.should_run != 'false' }} id: meta-debug - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: # list of Docker images to use as base name for tags images: |