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: