Skip to content

Commit

Permalink
Merge pull request #204 from MrAnno/enable-stable-repo-index
Browse files Browse the repository at this point in the history
ci: enable indexing and testing stable packages
  • Loading branch information
OverOrion authored Jul 12, 2024
2 parents acd3cab + b4fde0e commit a6cb656
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/axosyslog-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,22 +49,22 @@ jobs:
echo "DRAFT_RELEASE_RUN_ID=${DRAFT_RELEASE_RUN_ID}" >> $GITHUB_OUTPUT
# index-packages:
# needs: find-draft-release-run
# uses: ./.github/workflows/index-packages.yml
# with:
# pkg-type: stable
# run-id: ${{ needs.find-draft-release-run.outputs.DRAFT_RELEASE_RUN_ID }}
# secrets:
# config-base64: ${{ secrets.PACKAGE_INDEXER_CONFIG_BASE64 }}
# gpg-key-base64: ${{ secrets.PACKAGE_INDEXER_GPG_KEY_BASE64 }}
# gpg-key-passphrase: ${{ secrets.PACKAGE_INDEXER_GPG_KEY_PASSPHRASE }}
index-packages:
needs: find-draft-release-run
uses: ./.github/workflows/index-packages.yml
with:
pkg-type: stable
run-id: ${{ needs.find-draft-release-run.outputs.DRAFT_RELEASE_RUN_ID }}
secrets:
config-base64: ${{ secrets.PACKAGE_INDEXER_CONFIG_BASE64 }}
gpg-key-base64: ${{ secrets.PACKAGE_INDEXER_GPG_KEY_BASE64 }}
gpg-key-passphrase: ${{ secrets.PACKAGE_INDEXER_GPG_KEY_PASSPHRASE }}

# test-packages:
# needs: index-packages
# uses: ./.github/workflows/test-apt-packages.yml
# with:
# pkg-type: stable
test-packages:
needs: index-packages
uses: ./.github/workflows/test-apt-packages.yml
with:
pkg-type: stable

publish-image:
uses: ./.github/workflows/axosyslog-docker.yml
Expand Down

0 comments on commit a6cb656

Please sign in to comment.