Skip to content

Commit

Permalink
Add 7.6.3 (#49)
Browse files Browse the repository at this point in the history
* Add 7.6.3

# Motivations
Latest couchbase server version

# Modifications
- Add 7.6.3 to the list of couchbase versions to build docker images based on

* community not yet available on 7.6.3

* Only push on main

* oops

---------

Co-authored-by: Brant Burnett <[email protected]>
  • Loading branch information
JonathanAtCenterEdge and brantburnett authored Oct 23, 2024
1 parent a5fbc63 commit a78820d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,21 @@ jobs:
- enterprise-7.1.6
- community-7.2.2
- enterprise-7.2.3
- community-7.6.2
- enterprise-7.6.3

steps:
- uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Login to Docker Hub
uses: docker/login-action@v3
if: ${{ github.ref == 'refs/heads/main' }}
with:
username: btburnett3
password: ${{ secrets.DOCKER_TOKEN }}
Expand All @@ -42,7 +47,7 @@ jobs:
context: .
build-args: "COUCHBASE_TAG=${{ matrix.couchbase-version }}"
platforms: linux/amd64
push: ${{ github.event_name == 'push' }}
push: ${{ github.ref == 'refs/heads/main' }}
tags: "btburnett3/couchbasefakeit:${{ matrix.couchbase-version }}"
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit a78820d

Please sign in to comment.