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 217e823 commit b342eb9Copy full SHA for b342eb9
.github/workflows/deploy.yml
@@ -12,7 +12,7 @@ jobs:
12
build:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
16
- name: Deploy Image
17
run: bash scripts/build-push.sh
18
env:
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
19
20
- name: Build Image
21
run: bash scripts/build.sh
22
0 commit comments