Skip to content

Commit

Permalink
Update Couchbase versions
Browse files Browse the repository at this point in the history
  • Loading branch information
brantburnett authored Oct 19, 2023
1 parent 0c0d5a2 commit 0972721
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,17 @@ jobs:
strategy:
matrix:
couchbase-version:
- enterprise-5.5.2
- enterprise-6.0.3
- enterprise-6.5.1
- community-6.5.1
- enterprise-6.6.5
- enterprise-6.6.0
- enterprise-6.6.6
- community-7.0.2
- enterprise-7.0.3
- enterprise-7.0.5
- community-7.1.1
- enterprise-7.1.2
- enterprise-7.1.5
- community-7.2.2
- enterprise-7.2.2

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Run tests
run: |
Expand All @@ -53,18 +52,17 @@ jobs:
strategy:
matrix:
couchbase-version:
- enterprise-5.5.2
- enterprise-6.0.3
- enterprise-6.5.1
- community-6.5.1
- enterprise-6.6.5
- enterprise-6.6.0
- enterprise-6.6.6
- community-7.0.2
- enterprise-7.0.3
- enterprise-7.0.5
- community-7.1.1
- enterprise-7.1.2
- enterprise-7.1.5
- community-7.2.2
- enterprise-7.2.2

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Build image
run: docker build . --file Dockerfile --build-arg COUCHBASE_TAG=${{ matrix.couchbase-version }} --tag $IMAGE_NAME
Expand Down

0 comments on commit 0972721

Please sign in to comment.