move back to actions
This commit is contained in:
parent
9e752b1641
commit
eb414558b8
1 changed files with 8 additions and 13 deletions
|
|
@ -24,16 +24,11 @@ jobs:
|
|||
run: |
|
||||
docker login -u riksolo -p ${{secrets.CONTAINER_REGISTRY_TOKEN}} git.riksolo.com
|
||||
|
||||
- name: Build and push main
|
||||
uses: https://github.com/docker/build-push-action@v6
|
||||
with:
|
||||
push: true
|
||||
tags: git.riksolo.com/riksolo/eleventy-riksolo-com:latest , git.riksolo.com/riksolo/eleventy-riksolo-com:${{github.sha}}
|
||||
|
||||
- name: Build and push RBLicht
|
||||
uses: https://github.com/docker/build-push-action@v6
|
||||
with:
|
||||
push: true
|
||||
build-args:
|
||||
SITE=rblicht
|
||||
tags: git.riksolo.com/riksolo/eleventy-riksolo-com:latest-rblicht , git.riksolo.com/riksolo/eleventy-riksolo-com:${{github.sha}}-rblicht
|
||||
- name: Build and push
|
||||
run: |
|
||||
docker build -t git.riksolo.com/riksolo/eleventy-riksolo-com:latest,git.riksolo.com/riksolo/eleventy-riksolo-com:${{github.sha}}
|
||||
docker push git.riksolo.com/riksolo/eleventy-riksolo-com:latest
|
||||
docker push git.riksolo.com/riksolo/eleventy-riksolo-com:${{github.sha}}
|
||||
docker build --build-arg SITE=rblicht -t git.riksolo.com/riksolo/eleventy-riksolo-com:latest-rblicht,git.riksolo.com/riksolo/eleventy-riksolo-com:${{github.sha}}-rblicht
|
||||
docker push git.riksolo.com/riksolo/eleventy-riksolo-com:latest-rblicht
|
||||
docker push git.riksolo.com/riksolo/eleventy-riksolo-com:${{github.sha}}-rblicht
|
||||
Loading…
Add table
Add a link
Reference in a new issue