mirror of
https://github.com/ditkrg/build-image-workflow.git
synced 2026-01-22 23:27:06 +00:00
commit
ae8a3604c4
4
.github/workflows/workflow.yaml
vendored
4
.github/workflows/workflow.yaml
vendored
@ -32,7 +32,7 @@ on:
|
|||||||
|
|
||||||
runs-on:
|
runs-on:
|
||||||
type: string
|
type: string
|
||||||
default: "[ 'self-hosted', 'ubuntu-focal' ]"
|
default: "[ 'ubuntu-latest' ]"
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
secrets:
|
secrets:
|
||||||
@ -82,7 +82,7 @@ jobs:
|
|||||||
password: ${{ secrets.password }}
|
password: ${{ secrets.password }}
|
||||||
|
|
||||||
- name: Build Docker images
|
- name: Build Docker images
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
file: ${{ inputs.file }}
|
file: ${{ inputs.file }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user