Skip to content

Commit

Permalink
feat: also release docker image on release
Browse files Browse the repository at this point in the history
  • Loading branch information
bonomat committed Apr 14, 2023
1 parent 3c45dd3 commit 0629f9b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build-release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ env:
RUST_VERSION: "1.68.0"

jobs:
build_docker_image_for_release:
permissions:
packages: write
contents: read
uses: ./.github/workflows/docker.yml
secrets: inherit
with:
tag: ${{ github.event.release.target_commitish }}

build_testflight_release:
permissions:
packages: write
Expand Down

0 comments on commit 0629f9b

Please sign in to comment.