Skip to content

Commit

Permalink
Enable upgrade-latest test for alpine
Browse files Browse the repository at this point in the history
Signed-off-by: Itxaka <[email protected]>
  • Loading branch information
Itxaka committed Oct 18, 2023
1 parent 4e14e36 commit dc2aea2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/image-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,15 @@ jobs:
with:
flavor: ubuntu
needs:
- core
- core

# enable once the first alpine only release is out as it currently cannot find the latest alpine release properly
#upgrade-latest-alpine:
# uses: ./.github/workflows/reusable-upgrade-latest-test.yaml
# with:
# flavor: alpine
# needs:
# - core-alpine

encryption:
uses: ./.github/workflows/reusable-encryption-test.yaml
Expand Down

0 comments on commit dc2aea2

Please sign in to comment.