Push betas to Dockerhub

This commit is contained in:
Casey LP
2023-07-19 08:37:56 +01:00
committed by GitHub
parent 5bf86e02b3
commit f3d390ff3a
+9 -1
View File
@@ -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