From 2a4bf3bc5aba37a6f42b8ab0f4424b4a0b56fafd Mon Sep 17 00:00:00 2001 From: Marco Realacci Date: Mon, 13 May 2024 23:57:56 +0200 Subject: [PATCH] Bump action versions --- .github/workflows/build-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-push.yml b/.github/workflows/build-push.yml index b0ee6f5..ade4818 100644 --- a/.github/workflows/build-push.yml +++ b/.github/workflows/build-push.yml @@ -45,7 +45,7 @@ jobs: # It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step. - name: Build and push Docker image id: push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . push: true