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
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
uses: https://github.com/docker/setup-buildx-action@v3
|
||||
|
||||
- name: Docker Login
|
||||
uses: docker/login-action@v3
|
||||
uses: https://github.com/docker/login-action@v3
|
||||
with:
|
||||
registry: git.riksolo.com
|
||||
username: riksolo
|
||||
password: ${{secrets.CONTAINER_REGISTRY_TOKEN}}
|
||||
|
||||
- name: Build and push main
|
||||
uses: docker/build-push-action@v6
|
||||
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: docker/build-push-action@v6
|
||||
uses: https://github.com/docker/build-push-action@v6
|
||||
with:
|
||||
push: true
|
||||
build_args:
|
||||
build-args:
|
||||
- SITE=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