mirror of
https://github.com/ethanrusz/youtube-url-corrector.git
synced 2025-04-04 12:33:18 -04:00
Compare commits
2 commits
1373aed664
...
898bc95d2a
Author | SHA1 | Date | |
---|---|---|---|
898bc95d2a | |||
24018f5a02 |
2 changed files with 10 additions and 10 deletions
10
.github/workflows/build-latest.yml
vendored
10
.github/workflows/build-latest.yml
vendored
|
@ -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.beans.team
|
||||
- name: Login to git.rusz.dev
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.beans.team
|
||||
registry: git.rusz.dev
|
||||
username: em
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
|
||||
|
@ -26,4 +26,4 @@ jobs:
|
|||
context: .
|
||||
file: ./Dockerfile
|
||||
push: true
|
||||
tags: git.beans.team/em/yuc:latest
|
||||
tags: git.rusz.dev/em/yuc:latest
|
||||
|
|
10
.github/workflows/build-release.yml
vendored
10
.github/workflows/build-release.yml
vendored
|
@ -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.beans.team
|
||||
- name: Login to git.rusz.dev
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.beans.team
|
||||
registry: git.rusz.dev
|
||||
username: em
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
|
||||
|
@ -25,4 +25,4 @@ jobs:
|
|||
context: .
|
||||
file: ./Dockerfile
|
||||
push: true
|
||||
tags: git.beans.team/em/yuc:${{ github.event.release.tag_name }}
|
||||
tags: git.rusz.dev/em/yuc:${{ github.event.release.tag_name }}
|
||||
|
|
Loading…
Add table
Reference in a new issue