From 580899329b3b5952375d32dec23d9b597e9c59c2 Mon Sep 17 00:00:00 2001 From: Ahmed Elsabbahy Date: Tue, 24 Sep 2024 09:16:17 -0700 Subject: [PATCH] Changed: updated build-push-actions v5->v6 --- .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 }}