mirror of
https://github.com/ethanrusz/youtube-url-corrector.git
synced 2025-04-20 15:06:32 -04:00
Compare commits
4 commits
9121816fc6
...
bc9454f79e
Author | SHA1 | Date | |
---|---|---|---|
bc9454f79e | |||
3837e94fbf | |||
a9010789d1 | |||
5ef5d17661 |
3 changed files with 31 additions and 4 deletions
29
.github/workflows/build-latest.yml
vendored
Normal file
29
.github/workflows/build-latest.yml
vendored
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
name: Build and Push Latest
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
update-registry:
|
||||||
|
name: Update Registry Image
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Login to git.beans.team
|
||||||
|
uses: docker/login-action@v3
|
||||||
|
with:
|
||||||
|
registry: git.beans.team
|
||||||
|
username: em
|
||||||
|
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
|
|
||||||
|
- name: Build and Push Image
|
||||||
|
uses: docker/build-push-action@v5
|
||||||
|
with:
|
||||||
|
context: .
|
||||||
|
file: ./Dockerfile
|
||||||
|
push: true
|
||||||
|
tags: git.beans.team/em/yuc:latest
|
|
@ -25,6 +25,4 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: git.beans.team/em/yuc:${{ github.event.release.tag_name }}
|
||||||
git.beans.team/em/yuc:latest
|
|
||||||
git.beans.team/em/yuc:${{ github.event.release.tag_name }}
|
|
|
@ -1,4 +1,4 @@
|
||||||
aiohttp==3.8.6
|
aiohttp==3.9.3
|
||||||
aiosignal==1.3.1
|
aiosignal==1.3.1
|
||||||
async-timeout==4.0.3
|
async-timeout==4.0.3
|
||||||
attrs==23.1.0
|
attrs==23.1.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue