chore: 增加对S3Api的访问,新建目录;Task保存;头像功能 #7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build and Push Container to GitHub Container Registry | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
build_and_push: | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
packages: write | |
steps: | |
- name: Build and Push Container to ghcr.io | |
uses: GlueOps/github-actions-build-push-containers@v0.3.7 |