mirror of
https://github.com/ethanrusz/youtube-url-corrector.git
synced 2025-04-20 15:06:32 -04:00
Compare commits
No commits in common. "bc9454f79e41b19c7eee89e866e54925066f172a" and "9121816fc672b2d5e7ce039d77b348ac6550a71d" have entirely different histories.
bc9454f79e
...
9121816fc6
3 changed files with 4 additions and 31 deletions
|
@ -25,4 +25,6 @@ jobs:
|
|||
context: .
|
||||
file: ./Dockerfile
|
||||
push: true
|
||||
tags: git.beans.team/em/yuc:${{ github.event.release.tag_name }}
|
||||
tags: |
|
||||
git.beans.team/em/yuc:latest
|
||||
git.beans.team/em/yuc:${{ github.event.release.tag_name }}
|
29
.github/workflows/build-latest.yml
vendored
29
.github/workflows/build-latest.yml
vendored
|
@ -1,29 +0,0 @@
|
|||
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
|
|
@ -1,4 +1,4 @@
|
|||
aiohttp==3.9.3
|
||||
aiohttp==3.8.6
|
||||
aiosignal==1.3.1
|
||||
async-timeout==4.0.3
|
||||
attrs==23.1.0
|
||||
|
|
Loading…
Add table
Reference in a new issue