diff --git a/.github/workflows/geehy-apm32f103.yml b/.github/workflows/geehy-apm32f103.yml index a656ec6..0ba886b 100644 --- a/.github/workflows/geehy-apm32f103.yml +++ b/.github/workflows/geehy-apm32f103.yml @@ -30,7 +30,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: 👷 build - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 if: github.ref_name != 'master' with: context: geehy/apm32f103 @@ -38,7 +38,7 @@ jobs: tags: csplink/geehy:apm32f103 - name: 👷 build and push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 if: github.ref_name == 'master' with: push: true diff --git a/.github/workflows/rt_thread-rt_smart.yml b/.github/workflows/rt_thread-rt_smart.yml index 9ad2677..bd54d2a 100644 --- a/.github/workflows/rt_thread-rt_smart.yml +++ b/.github/workflows/rt_thread-rt_smart.yml @@ -30,7 +30,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: 👷 build - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 if: github.ref_name != 'master' with: context: rt_thread/rt_smart @@ -38,7 +38,7 @@ jobs: tags: csplink/rt_thread:rt_smart - name: 👷 build and push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 if: github.ref_name == 'master' with: push: true diff --git a/.github/workflows/ubuntu_ci-16.04.yml b/.github/workflows/ubuntu_ci-16.04.yml index fd4dc9f..5a87ff6 100644 --- a/.github/workflows/ubuntu_ci-16.04.yml +++ b/.github/workflows/ubuntu_ci-16.04.yml @@ -28,7 +28,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: 👷 build - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 if: github.ref_name != 'master' with: context: ubuntu_ci/16.04 @@ -36,7 +36,7 @@ jobs: tags: csplink/ubuntu_ci:16.04 - name: 👷 build and push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 if: github.ref_name == 'master' with: push: true diff --git a/.github/workflows/ubuntu_ci-18.04.yml b/.github/workflows/ubuntu_ci-18.04.yml index ed63d2c..28ac611 100644 --- a/.github/workflows/ubuntu_ci-18.04.yml +++ b/.github/workflows/ubuntu_ci-18.04.yml @@ -28,7 +28,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: 👷 build - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 if: github.ref_name != 'master' with: context: ubuntu_ci/18.04 @@ -36,7 +36,7 @@ jobs: tags: csplink/ubuntu_ci:18.04 - name: 👷 build and push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 if: github.ref_name == 'master' with: push: true diff --git a/.github/workflows/ubuntu_ci-20.04.yml b/.github/workflows/ubuntu_ci-20.04.yml index e34c6df..8ecc52d 100644 --- a/.github/workflows/ubuntu_ci-20.04.yml +++ b/.github/workflows/ubuntu_ci-20.04.yml @@ -28,7 +28,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: 👷 build - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 if: github.ref_name != 'master' with: context: ubuntu_ci/20.04 @@ -36,7 +36,7 @@ jobs: tags: csplink/ubuntu_ci:20.04 - name: 👷 build and push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 if: github.ref_name == 'master' with: push: true diff --git a/.github/workflows/ubuntu_ci-22.04.yml b/.github/workflows/ubuntu_ci-22.04.yml index 9539abd..a400bb3 100644 --- a/.github/workflows/ubuntu_ci-22.04.yml +++ b/.github/workflows/ubuntu_ci-22.04.yml @@ -28,7 +28,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: 👷 build - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 if: github.ref_name != 'master' with: context: ubuntu_ci/22.04 @@ -36,7 +36,7 @@ jobs: tags: csplink/ubuntu_ci:22.04 - name: 👷 build and push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 if: github.ref_name == 'master' with: push: true