Skip to content

Commit 169317c

Browse files
authored
Merge pull request #112 from clearlydefined/elr/v3.2.0
set v3.2.0 - adds latest tag for Docker Hub
2 parents c8ce756 + f961559 commit 169317c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/app-build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
uses: actions/checkout@v4.1.1
8686
with:
8787
repository: 'clearlydefined/operations'
88-
ref: 'v3.1.2'
88+
ref: 'v3.2.0'
8989
path: 'operations'
9090
- name: Get version from package-lock.json
9191
id: get_version

.github/workflows/app-build-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: actions/checkout@v4.1.1
6262
with:
6363
repository: 'clearlydefined/operations'
64-
ref: 'v3.1.2'
64+
ref: 'v3.2.0'
6565
path: 'operations'
6666
- name: Determine Image Name
6767
id: determine-image-name

.github/workflows/app-is-deployable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v4.1.1
2727
with:
2828
repository: 'clearlydefined/operations'
29-
ref: 'v3.1.2'
29+
ref: 'v3.2.0'
3030
path: 'operations'
3131
- id: confirm-dev
3232
shell: bash
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/checkout@v4.1.1
4848
with:
4949
repository: 'clearlydefined/operations'
50-
ref: 'v3.1.2'
50+
ref: 'v3.2.0'
5151
path: 'operations'
5252

5353
- name: Get organization ID

0 commit comments

Comments
 (0)