Skip to content

Commit

Permalink
ci try ven. 29 mars 2024 16:05:26 CET
Browse files Browse the repository at this point in the history
  • Loading branch information
laluka committed Mar 29, 2024
1 parent 2674ce4 commit c9e4311
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/packer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,17 @@ env:
PRODUCT_VERSION: "latest"

jobs:
packer:
hcp-packer:
runs-on: ubuntu-latest
name: Run Daily Packer
name: Run Packer
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Setup `packer`
uses: hashicorp/setup-packer@main
id: setup
with:
version: ${{ env.PRODUCT_VERSION }}
version: "latest"

- name: Run `packer init`
id: init
Expand Down

0 comments on commit c9e4311

Please sign in to comment.