diff --git a/.github/workflows/compiler.yml b/.github/workflows/compiler.yml index 33a6a6c..47146ce 100644 --- a/.github/workflows/compiler.yml +++ b/.github/workflows/compiler.yml @@ -34,7 +34,7 @@ jobs: with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: push: true context: compiler/src @@ -68,7 +68,7 @@ jobs: with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: push: true context: compiler/src @@ -107,7 +107,7 @@ jobs: with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: push: true context: compiler/src diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 5d6d21a..e13c579 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -34,7 +34,7 @@ jobs: with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: push: true context: compiler/src diff --git a/.github/workflows/libs.yml b/.github/workflows/libs.yml index cba303e..d2639bf 100644 --- a/.github/workflows/libs.yml +++ b/.github/workflows/libs.yml @@ -34,7 +34,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push id: docker_build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: true cache-from: type=gha @@ -70,7 +70,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push id: docker_build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: true cache-from: ghcr.io/letheanVPN/build:lib-linux-${{ matrix.build }} @@ -106,7 +106,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push id: docker_build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: true context: .build/src