Compare commits

..

No commits in common. "898bc95d2a09c7029bc3504f0a7efee60a3ae884" and "1373aed664910fd7db42865eedd8a46383d218d3" have entirely different histories.

2 changed files with 10 additions and 10 deletions

View file

@ -1,11 +1,11 @@
name: Build and Push Latest
on:
on:
push:
branches:
- main
jobs:
jobs:
update-registry:
name: Update Registry Image
runs-on: ubuntu-latest
@ -13,10 +13,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Login to git.rusz.dev
- name: Login to git.beans.team
uses: docker/login-action@v3
with:
registry: git.rusz.dev
registry: git.beans.team
username: em
password: ${{ secrets.REGISTRY_PASSWORD }}
@ -26,4 +26,4 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: git.rusz.dev/em/yuc:latest
tags: git.beans.team/em/yuc:latest

View file

@ -1,10 +1,10 @@
name: Build and Push on Release
on:
on:
release:
types: [published]
jobs:
jobs:
update-registry:
name: Update Registry Image
runs-on: ubuntu-latest
@ -12,10 +12,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Login to git.rusz.dev
- name: Login to git.beans.team
uses: docker/login-action@v3
with:
registry: git.rusz.dev
registry: git.beans.team
username: em
password: ${{ secrets.REGISTRY_PASSWORD }}
@ -25,4 +25,4 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: git.rusz.dev/em/yuc:${{ github.event.release.tag_name }}
tags: git.beans.team/em/yuc:${{ github.event.release.tag_name }}