diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a2969cc8a..96f5342f1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v5 with: push: true file: Dockerfile.maintenance @@ -66,7 +66,7 @@ jobs: run: echo "VERSION=master-$(echo $GITHUB_SHA | cut -c 1-6)" >> $GITHUB_ENV - name: Build and push - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v5 env: NODE_ENV: production SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6a0b6de45..63e16d5ba 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,7 +25,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Build - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v5 env: NODE_ENV: production SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} @@ -58,7 +58,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Build - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v5 with: push: false file: Dockerfile.maintenance