aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/docker.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/docker.yml')
-rw-r--r--.github/workflows/docker.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 68a0f173e..9eae5d0fe 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -15,7 +15,7 @@ jobs:
15 matrix: ${{ steps.set-matrix.outputs.matrix }} 15 matrix: ${{ steps.set-matrix.outputs.matrix }}
16 steps: 16 steps:
17 - name: Checkout 17 - name: Checkout
18 uses: actions/checkout@v2 18 uses: actions/checkout@v3
19 with: 19 with:
20 ref: master 20 ref: master
21 - name: Set matrix for build 21 - name: Set matrix for build
@@ -58,7 +58,7 @@ jobs:
58 58
59 - 59 -
60 name: Checkout develop 60 name: Checkout develop
61 uses: actions/checkout@v2 61 uses: actions/checkout@v3
62 with: 62 with:
63 ref: ${{ matrix.ref }} 63 ref: ${{ matrix.ref }}
64 - 64 -