diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a518bfcc..1ffc72ba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,9 @@ 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 2f52fd15..e6af3e2c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,7 +16,7 @@ services: api: container_name: api-${teamname:-defaultASW} - image: api:latest + image: arquisoft/wiq_en2b/api:latest profiles: [ "dev", "prod" ] build: context: ./api @@ -31,7 +31,7 @@ services: webapp: container_name: webapp-${teamname:-defaultASW} - image: webapp:latest + image: arquisoft/wiq_en2b/webapp:latest profiles: [ "dev", "prod" ] build: