Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
sambles committed Nov 27, 2023
1 parent deda025 commit a0ee193
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ env:


jobs:
# update:
# uses: ./.github/workflows/version.yml
# secrets: inherit
# with:
# app_version: ${{ inputs.release_tag }}
update:
uses: ./.github/workflows/version.yml
secrets: inherit
with:
app_version: ${{ inputs.release_tag }}

images:
uses: ./.github/workflows/build.yml
secrets: inherit
# needs: update
needs: update
with:
docker_push: 'true'

Expand Down

0 comments on commit a0ee193

Please sign in to comment.