Skip to content

Commit 675fb4d

Browse files
authored
retry docker deploy, add workflow dispatch
1 parent 5a90099 commit 675fb4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-deploy.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
types: [published]
77

88
pull_request: []
9+
workflow_dispatch:
910

1011
# On push to main we build and deploy images
1112
push:
@@ -23,7 +24,7 @@ jobs:
2324
name: Build
2425
steps:
2526
- name: Checkout
26-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2728
- name: Build Container
2829
run: |
2930
docker build -t ${{ env.container }}:latest .

0 commit comments

Comments
 (0)