mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
remove quarkus branch from ci
This commit is contained in:
23
.github/workflows/ci.yml
vendored
23
.github/workflows/ci.yml
vendored
@@ -54,7 +54,7 @@ jobs:
|
|||||||
# Docker
|
# Docker
|
||||||
- name: Login to Container Registry
|
- name: Login to Container Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
if: ${{ github.ref_type == 'tag' || github.ref_name == 'master' || github.ref_name == 'quarkus' }}
|
if: ${{ github.ref_type == 'tag' || github.ref_name == 'master' }}
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
@@ -105,27 +105,6 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm64/v8
|
platforms: linux/amd64,linux/arm64/v8
|
||||||
tags: athou/commafeed:master-${{ matrix.database }}-jvm
|
tags: athou/commafeed:master-${{ matrix.database }}-jvm
|
||||||
|
|
||||||
## quarkus branch - remove when merged into master, also remove the condition in the login step
|
|
||||||
- name: Docker build and push quarkus - native
|
|
||||||
uses: docker/build-push-action@v6
|
|
||||||
if: ${{ github.ref_name == 'quarkus' }}
|
|
||||||
with:
|
|
||||||
context: .
|
|
||||||
file: commafeed-server/src/main/docker/Dockerfile.native
|
|
||||||
push: true
|
|
||||||
platforms: linux/amd64
|
|
||||||
tags: athou/commafeed:quarkus-${{ matrix.database }}
|
|
||||||
|
|
||||||
- name: Docker build and push quarkus - jvm
|
|
||||||
uses: docker/build-push-action@v6
|
|
||||||
if: ${{ github.ref_name == 'quarkus' }}
|
|
||||||
with:
|
|
||||||
context: .
|
|
||||||
file: commafeed-server/src/main/docker/Dockerfile.jvm
|
|
||||||
push: true
|
|
||||||
platforms: linux/amd64,linux/arm64/v8
|
|
||||||
tags: athou/commafeed:quarkus-${{ matrix.database }}-jvm
|
|
||||||
|
|
||||||
build-windows:
|
build-windows:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
|||||||
Reference in New Issue
Block a user