Skip to content

Commit

Permalink
Merge pull request #111 from Arquisoft/fix/actions
Browse files Browse the repository at this point in the history
chore: fixed name on docker images
  • Loading branch information
Toto-hitori authored Mar 11, 2024
2 parents 1e9a166 + 616c6d2 commit 74d5dc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: Deploy on release
on:
release:
types: [published]
push:
branches:
- fix/actions
jobs:
unit-tests:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 74d5dc4

Please sign in to comment.