touch env actions
This commit is contained in:
parent
75f1ce19f9
commit
714bc88b07
@ -4,7 +4,6 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
push:
|
||||
runs-on: ubuntu-latest
|
||||
@ -13,6 +12,8 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
- name: Set up Docker Context for Buildx
|
||||
run: docker context create builders
|
||||
- name: 'create.env'
|
||||
run: touch .env
|
||||
- name: 'setup buildx'
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user