Skip to content

Commit

Permalink
release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EronWright committed Sep 27, 2024
1 parent 91fefc4 commit 58b0539
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ env:
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERSION: ${{ github.ref_name }}
permissions:
contents: write
jobs:
docker:
name: Build & Push Docker Images
Expand All @@ -33,6 +35,8 @@ jobs:
build-args: |
VERSION=${{ env.VERSION }}
release:
name: Create a GitHub Release
needs: docker
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 58b0539

Please sign in to comment.