From 9fdeed8557dca447961e4b5512fc93a3028ac27f Mon Sep 17 00:00:00 2001 From: Ahmed Elsabbahy Date: Tue, 24 Sep 2024 18:51:22 -0700 Subject: [PATCH] Changed: updated build-push-actions v5->v6 (#980) --- .github/workflows/docker-integration-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-integration-tests.yaml b/.github/workflows/docker-integration-tests.yaml index 74986a9e..16ee012a 100644 --- a/.github/workflows/docker-integration-tests.yaml +++ b/.github/workflows/docker-integration-tests.yaml @@ -76,7 +76,7 @@ jobs: rocks.goss.dockerfile-md5=${{ steps.md5_result.outputs.md5 }} - name: Build and push tag - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: ${{ matrix.dockerfile }}