Skip to content

chore: 添加对S3Api的访问权限和GetBucketObjectVersions功能 #14

chore: 添加对S3Api的访问权限和GetBucketObjectVersions功能

chore: 添加对S3Api的访问权限和GetBucketObjectVersions功能 #14

Workflow file for this run

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