Module: kamailio Branch: master Commit: 29ce9d8868604005fba8a215b6569a33c6478d3c URL: https://github.com/kamailio/kamailio/commit/29ce9d8868604005fba8a215b6569a33...
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Committer: Victor Seva linuxmaniac@torreviejawireless.org Date: 2023-09-19T03:12:21+02:00
github: [skip ci]: bump docker/login-action from 2 to 3
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v2...v3)
--- updated-dependencies: - dependency-name: docker/login-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/29ce9d8868604005fba8a215b6569a33... Patch: https://github.com/kamailio/kamailio/commit/29ce9d8868604005fba8a215b6569a33...
---
diff --git a/.github/workflows/alpine.yml b/.github/workflows/alpine.yml index 7f2f5395734..2d19949baeb 100644 --- a/.github/workflows/alpine.yml +++ b/.github/workflows/alpine.yml @@ -93,7 +93,7 @@ jobs:
- name: Login to GitHub Container Registry if: ${{ steps.should_run.outputs.should_run != 'false' }} - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.repository_owner }}