We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e7cff6 commit 6958074Copy full SHA for 6958074
.github/workflows/deploy-server.yml
@@ -50,7 +50,9 @@ jobs:
50
script: |
51
cd ~
52
curl -L get.swiftwave.org | ENVIRONMENT=staging bash
53
+
54
cleanup-untagged-images:
55
+ needs: build-production
56
uses: swiftwave-org/SwiftWave/.github/workflows/untagged-image-cleanup.yml@main
57
secrets:
58
SWIFTWAVE_DELETE_PACKAGE: ${{ secrets.SWIFTWAVE_DELETE_PACKAGE }}
0 commit comments