We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d1db46 commit 4d3eacdCopy full SHA for 4d3eacd
.github/workflows/ci.yml
@@ -55,7 +55,6 @@ jobs:
55
ghcr.io/httptoolkit/testserver
56
rg.nl-ams.scw.cloud/httptoolkit/testserver
57
tags: |
58
- type=raw,value=prod,enable={{is_default_branch}}
59
type=raw,value=latest,enable={{is_default_branch}}
60
type=sha
61
@@ -66,4 +65,12 @@ jobs:
66
65
platforms: linux/amd64,linux/arm64
67
tags: ${{ steps.meta.outputs.tags }}
68
labels: ${{ steps.meta.outputs.labels }}
69
- build-args: VERSION=${{ github.sha }}
+ build-args: VERSION=${{ github.sha }}
+
70
+ - name: Deploy to Bunny
71
+ uses: BunnyWay/actions/container-update-image@container-update-image_0.1.1
72
+ with:
73
+ app_id: ${{ vars.BUNNY_APP_ID }}
74
+ api_key: ${{ secrets.BUNNY_API_KEY }}
75
+ container: TestServer
76
+ image_tag: "${{ github.sha }}"
0 commit comments