mirror of
https://github.com/soup-bowl/opensimulator-docker.git
synced 2026-07-30 19:49:06 +00:00
Push betas to Dockerhub
This commit is contained in:
@@ -21,6 +21,12 @@ jobs:
|
||||
- name: Login to ghcr.io
|
||||
run: echo ${{ secrets.CR_PAT }} | docker login ghcr.io -u soup-bowl --password-stdin
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USER }}
|
||||
password: ${{ secrets.DOCKER_SECRET }}
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
|
||||
@@ -33,5 +39,7 @@ jobs:
|
||||
with:
|
||||
push: true
|
||||
context: "{{defaultContext}}:beta/${{ matrix.tag }}"
|
||||
tags: ghcr.io/soup-bowl/opensimulator-docker:${{ matrix.tag }}
|
||||
tags: >
|
||||
soupbowl/opensimulator:${{ matrix.tag }}
|
||||
ghcr.io/soup-bowl/opensimulator-docker:${{ matrix.tag }}
|
||||
platforms: linux/amd64
|
||||
|
||||
Reference in New Issue
Block a user