diff --git a/.github/workflows/push-images.yaml b/.github/workflows/push-images.yaml index 292c8a6e..720b7efc 100644 --- a/.github/workflows/push-images.yaml +++ b/.github/workflows/push-images.yaml @@ -72,7 +72,7 @@ jobs: uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 - name: Build and push UI image - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 with: cache-from: type=gha,scope=build-ui cache-to: type=gha,mode=max,scope=build-ui @@ -84,7 +84,7 @@ jobs: tags: ${{ env.REGISTRY }}/${{ github.repository }}/ui:${{env.TAG}} - name: Build and push SERVER image - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 with: cache-from: type=gha,scope=build-server cache-to: type=gha,mode=max,scope=build-server @@ -105,7 +105,7 @@ jobs: tags: ${{ env.REGISTRY }}/${{ github.repository }}/server:${{env.TAG}} - name: Build and Push REPOSITORY Image - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 with: cache-from: type=gha,scope=build-repository cache-to: type=gha,mode=max,scope=build-repository