mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 04:00:59 +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:
|
||||
push:
|
||||
@ -102,13 +102,11 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Run `packer init`
|
||||
id: init
|
||||
run: |
|
||||
cd packer
|
||||
packer init ./aws-ubuntu.pkr.hcl
|
||||
|
||||
- name: Run `packer build`
|
||||
id: init
|
||||
run: |
|
||||
cd packer
|
||||
packer build ./aws-ubuntu.pkr.hcl
|
||||
|
Loading…
Reference in New Issue
Block a user