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