mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 12:13:57 +00:00
fix
This commit is contained in:
parent
d93d107039
commit
076b20ef6d
4
.github/workflows/build-aws-pro-beta.yaml
vendored
4
.github/workflows/build-aws-pro-beta.yaml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Docker image PREMIUM
|
name: AWS image PREMIUM
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -102,13 +102,11 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Run `packer init`
|
- name: Run `packer init`
|
||||||
id: init
|
|
||||||
run: |
|
run: |
|
||||||
cd packer
|
cd packer
|
||||||
packer init ./aws-ubuntu.pkr.hcl
|
packer init ./aws-ubuntu.pkr.hcl
|
||||||
|
|
||||||
- name: Run `packer build`
|
- name: Run `packer build`
|
||||||
id: init
|
|
||||||
run: |
|
run: |
|
||||||
cd packer
|
cd packer
|
||||||
packer build ./aws-ubuntu.pkr.hcl
|
packer build ./aws-ubuntu.pkr.hcl
|
||||||
|
Loading…
Reference in New Issue
Block a user