2 parents 93f91d7 + d7eb051 commit 4a75885Copy full SHA for 4a75885
2 files changed
.github/workflows/dev-pipeline.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout
15
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
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