diff --git a/.github/workflows/compiler.yml b/.github/workflows/compiler.yml index acb519b..33a6a6c 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@v4 + - uses: docker/build-push-action@v5 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@v4 + - uses: docker/build-push-action@v5 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@v4 + - uses: docker/build-push-action@v5 with: push: true context: compiler/src diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index d233ae5..5d6d21a 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@v4 + - uses: docker/build-push-action@v5 with: push: true context: compiler/src diff --git a/.github/workflows/libs.yml b/.github/workflows/libs.yml index da11520..cba303e 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@v4 + uses: docker/build-push-action@v5 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@v4 + uses: docker/build-push-action@v5 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@v4 + uses: docker/build-push-action@v5 with: push: true context: .build/src