try
This commit is contained in:
parent
73bafd4afb
commit
73e402748d
@ -10,13 +10,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: checkout
|
||||
- name: 'checkout'
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: set context
|
||||
- name: 'set context'
|
||||
run: docker context create builders
|
||||
|
||||
- name: setup buildx
|
||||
- name: 'setup buildx'
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
version: latest
|
||||
@ -26,7 +26,7 @@ jobs:
|
||||
http = true
|
||||
insecure = true
|
||||
|
||||
- name: Build and push Docker image
|
||||
- name: 'Build and push Docker image'
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user