Compare commits

..

No commits in common. "bc9454f79e41b19c7eee89e866e54925066f172a" and "9121816fc672b2d5e7ce039d77b348ac6550a71d" have entirely different histories.

3 changed files with 4 additions and 31 deletions

View file

@ -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 }}

View file

@ -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

View file

@ -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