mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 13:46:00 +00:00
fix
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user