Skip to content

Commit

Permalink
Merge pull request #112 from clearlydefined/elr/v3.2.0
Browse files Browse the repository at this point in the history
set v3.2.0 - adds latest tag for Docker Hub
  • Loading branch information
elrayle authored Nov 1, 2024
2 parents c8ce756 + f961559 commit 169317c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/app-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
uses: actions/checkout@v4.1.1
with:
repository: 'clearlydefined/operations'
ref: 'v3.1.2'
ref: 'v3.2.0'
path: 'operations'
- name: Get version from package-lock.json
id: get_version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/app-build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: actions/checkout@v4.1.1
with:
repository: 'clearlydefined/operations'
ref: 'v3.1.2'
ref: 'v3.2.0'
path: 'operations'
- name: Determine Image Name
id: determine-image-name
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/app-is-deployable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4.1.1
with:
repository: 'clearlydefined/operations'
ref: 'v3.1.2'
ref: 'v3.2.0'
path: 'operations'
- id: confirm-dev
shell: bash
Expand All @@ -47,7 +47,7 @@ jobs:
uses: actions/checkout@v4.1.1
with:
repository: 'clearlydefined/operations'
ref: 'v3.1.2'
ref: 'v3.2.0'
path: 'operations'

- name: Get organization ID
Expand Down

0 comments on commit 169317c

Please sign in to comment.