workflow fix
This commit is contained in:
parent
be0abfa562
commit
a92258fb49
1 changed files with 5 additions and 5 deletions
|
|
@ -36,25 +36,25 @@ jobs:
|
||||||
apt-get install -yqq docker-ce docker-ce-cli containerd.io
|
apt-get install -yqq docker-ce docker-ce-cli containerd.io
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: https://github.com/docker/setup-buildx-action@v3
|
||||||
|
|
||||||
- name: Docker Login
|
- name: Docker Login
|
||||||
uses: docker/login-action@v3
|
uses: https://github.com/docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: git.riksolo.com
|
registry: git.riksolo.com
|
||||||
username: riksolo
|
username: riksolo
|
||||||
password: ${{secrets.CONTAINER_REGISTRY_TOKEN}}
|
password: ${{secrets.CONTAINER_REGISTRY_TOKEN}}
|
||||||
|
|
||||||
- name: Build and push main
|
- name: Build and push main
|
||||||
uses: docker/build-push-action@v6
|
uses: https://github.com/docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: git.riksolo.com/riksolo/eleventy-riksolo-com:latest , git.riksolo.com/riksolo/eleventy-riksolo-com:${{github.sha}}
|
tags: git.riksolo.com/riksolo/eleventy-riksolo-com:latest , git.riksolo.com/riksolo/eleventy-riksolo-com:${{github.sha}}
|
||||||
|
|
||||||
- name: Build and push RBLicht
|
- name: Build and push RBLicht
|
||||||
uses: docker/build-push-action@v6
|
uses: https://github.com/docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
build_args:
|
build-args:
|
||||||
- SITE=rblicht
|
- SITE=rblicht
|
||||||
tags: git.riksolo.com/riksolo/eleventy-riksolo-com:latest-rblicht , git.riksolo.com/riksolo/eleventy-riksolo-com:${{github.sha}}-rblicht
|
tags: git.riksolo.com/riksolo/eleventy-riksolo-com:latest-rblicht , git.riksolo.com/riksolo/eleventy-riksolo-com:${{github.sha}}-rblicht
|
||||||
Loading…
Add table
Add a link
Reference in a new issue