Compare commits

...

4 commits

Author SHA1 Message Date
bc9454f79e
Merge pull request #5 from ethanrusz/upgrade-packages
Bump aiohttp > 3.9.0
2024-04-02 14:35:18 -04:00
3837e94fbf
Bump aiohttp > 3.9.0 2024-04-02 14:31:51 -04:00
a9010789d1
Merge pull request #4 from ethanrusz/workflow
Update CI workflows
2024-04-02 14:15:33 -04:00
5ef5d17661
Update CI workflows 2024-04-02 14:13:34 -04:00
3 changed files with 31 additions and 4 deletions

29
.github/workflows/build-latest.yml vendored Normal file
View 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

View file

@ -25,6 +25,4 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: |
git.beans.team/em/yuc:latest
git.beans.team/em/yuc:${{ github.event.release.tag_name }}
tags: git.beans.team/em/yuc:${{ github.event.release.tag_name }}

View file

@ -1,4 +1,4 @@
aiohttp==3.8.6
aiohttp==3.9.3
aiosignal==1.3.1
async-timeout==4.0.3
attrs==23.1.0