refactor[auto]: pre-commit
All checks were successful
Push to local registry / Build and push image (push) Successful in 2m8s

This commit is contained in:
2024-10-13 01:06:41 +03:00
parent 1de35afed2
commit cd6e11fe48
2 changed files with 2 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Login to Docker Registry
uses: docker/login-action@v3
with:
@@ -21,7 +21,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
@@ -32,4 +32,3 @@ jobs:
push: true
tags: gitea.likemath.ru/alex/s3-mirror:latest
platforms: linux/amd64,linux/arm64

1
.gitignore vendored
View File

@@ -159,4 +159,3 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/