mirror of
https://github.com/ditkrg/build-image-workflow.git
synced 2026-01-22 22:36:43 +00:00
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:
parent
a8354e235b
commit
bc293af53c
4
.github/workflows/workflow.yaml
vendored
4
.github/workflows/workflow.yaml
vendored
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user