Module: kamailio
Branch: master
Commit: bc8ff9572eb2930a08dbfe16c94c7f878a05be72
URL: 
https://github.com/kamailio/kamailio/commit/bc8ff9572eb2930a08dbfe16c94c7f878a05be72

Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Committer: Victor Seva <linuxman...@torreviejawireless.org>
Date: 2024-06-18T08:39:58+02:00

github: [skip ci]: bump docker/build-push-action from 5 to 6

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) 
from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <supp...@github.com>

---

Modified: .github/workflows/alpine.yml

---

Diff:  
https://github.com/kamailio/kamailio/commit/bc8ff9572eb2930a08dbfe16c94c7f878a05be72.diff
Patch: 
https://github.com/kamailio/kamailio/commit/bc8ff9572eb2930a08dbfe16c94c7f878a05be72.patch

---

diff --git a/.github/workflows/alpine.yml b/.github/workflows/alpine.yml
index 3bf126e588d..5b888aadd36 100644
--- a/.github/workflows/alpine.yml
+++ b/.github/workflows/alpine.yml
@@ -139,7 +139,7 @@ jobs:
 
     - name: Build and push "-debug" build
       if: ${{ steps.should_run.outputs.should_run != 'false' }}
-      uses: docker/build-push-action@v5
+      uses: docker/build-push-action@v6
       with:
         context: pkg/docker/alpine
         file: pkg/docker/alpine/Dockerfile.debug
@@ -158,7 +158,7 @@ jobs:
 
     - name: Build and push "-alpine" build
       if: ${{ steps.should_run.outputs.should_run != 'false' }}
-      uses: docker/build-push-action@v5
+      uses: docker/build-push-action@v6
       with:
         context: pkg/docker/alpine
         file: pkg/docker/alpine/Dockerfile.alpine
@@ -168,7 +168,7 @@ jobs:
 
     - name: Build and push
       if: ${{ steps.should_run.outputs.should_run != 'false' }}
-      uses: docker/build-push-action@v5
+      uses: docker/build-push-action@v6
       with:
         context: pkg/docker/alpine
         file: pkg/docker/alpine/Dockerfile

_______________________________________________
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org

Reply via email to