Update workflow.yaml

Changes the default value of `runs-on` input variable to ubuntu-latest 

Update `docker/build-push-action` to v4
This commit is contained in:
Shakar bakr 2023-03-02 12:01:20 +03:00 committed by GitHub
parent a8354e235b
commit bc293af53c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}