Skip to content

Commit

Permalink
Merge pull request #56 from bento-platform/ci/updates
Browse files Browse the repository at this point in the history
ci: update action versions
  • Loading branch information
davidlougheed authored Oct 30, 2023
2 parents 3530493 + ce613c6 commit 1a9760b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Gather default environment variables
id: envx
Expand All @@ -37,7 +37,7 @@ jobs:
uses: xom9ikk/dotenv@v2

- name: Run Bento build action
uses: bento-platform/[email protected].0
uses: bento-platform/[email protected].1
with:
context: "{{defaultContext}}:src/api"
build-args: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/api.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Gather default environment variables
id: envx
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/elasticsearch.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Gather default environment variables
id: envx
Expand All @@ -35,7 +35,7 @@ jobs:
uses: xom9ikk/dotenv@v2

- name: Run Bento build action
uses: bento-platform/[email protected].0
uses: bento-platform/[email protected].1
with:
context: "{{defaultContext}}:elasticsearch"
build-args: |
Expand Down
8 changes: 4 additions & 4 deletions etc/example.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

GOHAN_DEBUG=false
GOHAN_SERVICE_CONTACT=[email protected]
GOHAN_SEMVER=3.9.0
GOHAN_SEMVER=4.0.1
GOHAN_SERVICES="gateway api elasticsearch kibana drs authorization"

# GOOS=linux
Expand Down Expand Up @@ -38,9 +38,9 @@ GOHAN_GATEWAY_CPUS=2
GOHAN_API_IMAGE=gohan-api
GOHAN_API_VERSION=latest

GOHAN_API_BUILDER_BASE_IMAGE=golang:1.20-bullseye
GOHAN_API_DEV_BASE_IMAGE=ghcr.io/bento-platform/bento_base_image:golang-debian-2023.08.30
GOHAN_API_PROD_BASE_IMAGE=ghcr.io/bento-platform/bento_base_image:plain-debian-2023.08.30
GOHAN_API_BUILDER_BASE_IMAGE=golang:1.21-bookworm
GOHAN_API_DEV_BASE_IMAGE=ghcr.io/bento-platform/bento_base_image:golang-debian-2023.10.20
GOHAN_API_PROD_BASE_IMAGE=ghcr.io/bento-platform/bento_base_image:plain-debian-2023.10.20

GOHAN_API_CONTAINER_NAME=gohan-api
GOHAN_API_SERVICE_HOST=0.0.0.0
Expand Down

0 comments on commit 1a9760b

Please sign in to comment.