Skip to content

Commit 58239e5

Browse files
CI
1 parent 5280d3f commit 58239e5

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

.github/workflows/swiftfiddle-runner-functions-603-AutoDeployTrigger-0f63c8c3-1a81-4559-adeb-9e0be81f48c5.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-603
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-603-AutoDeployTrigger-0f63c8c3-1a81-4559-adeb-9e0be81f48c5.yml'
9+
- "**"
10+
- ".github/workflows/swiftfiddle-runner-functions-603-AutoDeployTrigger-0f63c8c3-1a81-4559-adeb-9e0be81f48c5.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.SWIFTFIDDLERUNNERFUNCTIONS603_REGISTRY_PASSWORD }}
3736
containerAppName: swiftfiddle-runner-functions-603
3837
resourceGroup: swiftfiddle
39-
imageToBuild: kishikawakatsumi/swiftfiddle-runner-functions-603:${{ github.sha }}
40-
41-
42-
43-
44-
38+
imageToBuild: swiftfiddle/swiftfiddle-runner-functions-603:latest

0 commit comments

Comments
 (0)