Merge pull request #2 from 5h4k4r/patch-1

Update workflow.yaml
This commit is contained in:
Mohammad Tahir 2023-03-19 16:56:08 +03:00 committed by GitHub
commit ae8a3604c4
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 }}