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 1d974ff commit 6fd9a29Copy full SHA for 6fd9a29
.github/workflows/dev-pipeline.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout
15
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
16
- name: Build docker image from master and push it
17
run: ./.github/workflows/scripts/build_and_push_dev.sh
18
env:
.github/workflows/prod-pipeline.yml
@@ -8,7 +8,7 @@ jobs:
8
9
10
11
- name: Check Tag
id: check-tag
run: |
0 commit comments