From bc293af53c5e87f16545e67cb2418dd8b34075c5 Mon Sep 17 00:00:00 2001 From: Shakar bakr <56171149+5h4k4r@users.noreply.github.com> Date: Thu, 2 Mar 2023 12:01:20 +0300 Subject: [PATCH] Update workflow.yaml Changes the default value of `runs-on` input variable to ubuntu-latest Update `docker/build-push-action` to v4 --- .github/workflows/workflow.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 89a0892..7650039 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -32,7 +32,7 @@ on: runs-on: type: string - default: "[ 'self-hosted', 'ubuntu-focal' ]" + default: "[ 'ubuntu-latest' ]" required: false secrets: @@ -82,7 +82,7 @@ jobs: password: ${{ secrets.password }} - name: Build Docker images - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: push: true file: ${{ inputs.file }}