From 616c6d2db0ad1b012c72b5bc023b9817adcddb5b Mon Sep 17 00:00:00 2001 From: Dario Date: Mon, 11 Mar 2024 17:21:36 +0100 Subject: [PATCH] chore: fixed name on docker images --- .github/workflows/release.yml | 3 --- docker-compose.yml | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1ffc72ba..03e38d4c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,9 +3,6 @@ name: Deploy on release on: release: types: [published] - push: - branches: - - fix/actions jobs: unit-tests: runs-on: ubuntu-latest diff --git a/docker-compose.yml b/docker-compose.yml index e6af3e2c..5419af36 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,7 +16,7 @@ services: api: container_name: api-${teamname:-defaultASW} - image: arquisoft/wiq_en2b/api:latest + image: ghcr.io/arquisoft/wiq_en2b/api:latest profiles: [ "dev", "prod" ] build: context: ./api @@ -31,7 +31,7 @@ services: webapp: container_name: webapp-${teamname:-defaultASW} - image: arquisoft/wiq_en2b/webapp:latest + image: ghcr.io/arquisoft/wiq_en2b/webapp:latest profiles: [ "dev", "prod" ] build: