Skip to content

Commit bfd65fc

Browse files
CI
1 parent f08a65a commit bfd65fc

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

.github/workflows/swiftfiddle-runner-functions-61-AutoDeployTrigger-ac5a90f2-3d17-4e6b-ab89-f38aa6385497.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ name: Trigger auto deployment for swiftfiddle-runner-functions-61
44
on:
55
# Automatically trigger it when detected changes in repo
66
push:
7-
branches:
8-
[ main ]
7+
branches: [main]
98
paths:
10-
- '**'
11-
- '.github/workflows/swiftfiddle-runner-functions-61-AutoDeployTrigger-ac5a90f2-3d17-4e6b-ab89-f38aa6385497.yml'
9+
- "**"
10+
- ".github/workflows/swiftfiddle-runner-functions-61-AutoDeployTrigger-ac5a90f2-3d17-4e6b-ab89-f38aa6385497.yml"
1211

13-
# Allow manual trigger
12+
# Allow manual trigger
1413
workflow_dispatch:
15-
14+
1615
jobs:
1716
build-and-deploy:
1817
runs-on: ubuntu-latest
@@ -36,9 +35,4 @@ jobs:
3635
registryPassword: ${{ secrets.SWIFTFIDDLERUNNERFUNCTIONS61_REGISTRY_PASSWORD }}
3736
containerAppName: swiftfiddle-runner-functions-61
3837
resourceGroup: swiftfiddle
39-
imageToBuild: kishikawakatsumi/swiftfiddle-runner-functions-61:${{ github.sha }}
40-
41-
42-
43-
44-
38+
imageToBuild: swiftfiddle/swiftfiddle-runner-functions-61:latest

0 commit comments

Comments
 (0)