mirror of
https://github.com/jkaninda/mysql-bkup.git
synced 2025-12-06 13:39:41 +01:00
Migrate project to Go
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -32,8 +32,8 @@ jobs:
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
push: true
|
||||
file: "./src/Dockerfile"
|
||||
file: "./docker/Dockerfile"
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: |
|
||||
"${{env.BUILDKIT_IMAGE}}:v0.3"
|
||||
"${{env.BUILDKIT_IMAGE}}:v0.4"
|
||||
"${{env.BUILDKIT_IMAGE}}:latest"
|
||||
|
||||
Reference in New Issue
Block a user