main #69

Merged
rainote merged 18 commits from main into master 2023-11-03 14:21:58 +00:00
Showing only changes of commit cb0732dd1c - Show all commits

View file

@ -96,7 +96,7 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
registry: forge.rainote.dev
registry: ${{ github.server_url }}
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Build and push
@ -105,7 +105,7 @@ jobs:
context: .
file: Server/Dockerfile
push: true
tags: forge.rainote.dev/Wonderking/Continuity:latest,forge.rainote.dev/Wonderking/Continuity:${{ github.ref_name }}
tags: ${{ github.server_url }}/${{ github.repository }}:latest,${{ github.server_url }}/${{ github.repository }}:${{ github.ref_name }}
platforms: linux/amd64
dependency-track-container:
needs: build-push-server-container