fixing docker building
Some checks failed
ci / Build Frontend (21) (push) Successful in 35s
ci / Build & Unit Test (8.0.x) (push) Successful in 1m7s
ci / Build Containers (push) Failing after 50s

This commit is contained in:
Andy Pack 2024-07-19 18:19:27 +01:00
parent 67786f5287
commit d35c7abd46
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

View File

@ -45,6 +45,7 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v2
with:
registry: gitea.sheep-ghoul.ts.net
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
@ -52,18 +53,14 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
tags: |
sarsoo/selector-cli:latest
sarsoo/selector-cli:${{ gitea.ref_name }}
tags: sarsoo/selector-cli:latest
file: Dockerfile.CLI
- name: Build Web Container
uses: docker/build-push-action@v5
with:
push: true
tags: |
sarsoo/selector-web:latest
sarsoo/selector-web:${{ gitea.ref_name }}
tags: sarsoo/selector-web:latest
file: Dockerfile.Web
build-Js: