Fettling.
This commit is contained in:
parent
8311ebeab6
commit
a0f0d960a8
1 changed files with 0 additions and 4 deletions
4
.github/workflows/mysql-proxy.yml
vendored
4
.github/workflows/mysql-proxy.yml
vendored
|
@ -46,14 +46,10 @@ jobs:
|
||||||
|
|
||||||
- name: "Setup: Checkout Source"
|
- name: "Setup: Checkout Source"
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
|
||||||
sparse-checkout: |
|
|
||||||
mysql-proxy
|
|
||||||
|
|
||||||
- name: "Build: Build & Push Image"
|
- name: "Build: Build & Push Image"
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: mysql-proxy
|
|
||||||
target: mysql-proxy
|
target: mysql-proxy
|
||||||
platforms: ${{ !env.ACT && 'linux/amd64,linux/arm64' || 'linux/amd64' }}
|
platforms: ${{ !env.ACT && 'linux/amd64,linux/arm64' || 'linux/amd64' }}
|
||||||
pull: true
|
pull: true
|
||||||
|
|
Loading…
Reference in a new issue