Skip to content

Commit

Permalink
Merge branch 'feature/docker-images-wolfi' into test-wolfi
Browse files Browse the repository at this point in the history
* feature/docker-images-wolfi:
  copy dist files
  • Loading branch information
v1v committed May 10, 2024
2 parents 6342912 + 5ca10e5 commit 54ac18b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -76,6 +76,12 @@ jobs:
echo "//registry.npmjs.org/:_authToken=${{ env.NPMJS_TOKEN }}" > .npmrc
npm publish --otp=${{ env.TOTP_CODE }} --provenance
- uses: actions/upload-artifact@v4
with:
name: build-distribution
path: ./build/dist
retention-days: 1

publish-docker:
needs:
- release
Expand All @@ -99,7 +105,10 @@ jobs:
url: ${{ secrets.VAULT_ADDR }}
roleId: ${{ secrets.VAULT_ROLE_ID }}
secretId: ${{ secrets.VAULT_SECRET_ID }}

- uses: actions/download-artifact@v4
with:
name: build-distribution
path: ./build/dist
- id: docker-vars
name: Set up docker variables
run: |-
Expand Down

0 comments on commit 54ac18b

Please sign in to comment.