diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index ce6fa502..49397dd7 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -94,7 +94,7 @@ jobs: - name: Build all platforms id: release - uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0 + uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # v6.0.0 with: build-args: |- BASEIMGVERSION=${{ steps.vars.outputs.baseimg_build_version }} diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 70bcc56a..76be06cd 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -74,7 +74,7 @@ jobs: fail: false - name: Build container image for testing and snyk - uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0 + uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # v6.0.0 with: build-args: |- BASEIMGVERSION=${{ steps.vars.outputs.baseimg_build_version }}