forked from kamba4/sunders
fix: CI uses Containerfile
and directly tags package
This commit is contained in:
parent
d8830d77aa
commit
cb27186641
1 changed files with 1 additions and 2 deletions
|
@ -25,8 +25,7 @@ jobs:
|
|||
|
||||
- name: Build and push web image to Container Registry
|
||||
run: |
|
||||
docker build -t web:latest .
|
||||
docker tag web:latest git.hamburg.ccc.de/ccchh/sunders/web:latest
|
||||
docker build -f Containerfile -t git.hamburg.ccc.de/ccchh/sunders/web:latest .
|
||||
docker push git.hamburg.ccc.de/ccchh/sunders/web:latest
|
||||
working-directory: ./
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue