Fettling.

This commit is contained in:
Greyscale 2024-05-17 12:53:26 +02:00
parent 8311ebeab6
commit a0f0d960a8
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2

View file

@ -46,14 +46,10 @@ jobs:
- name: "Setup: Checkout Source"
uses: actions/checkout@v4
with:
sparse-checkout: |
mysql-proxy
- name: "Build: Build & Push Image"
uses: docker/build-push-action@v5
with:
context: mysql-proxy
target: mysql-proxy
platforms: ${{ !env.ACT && 'linux/amd64,linux/arm64' || 'linux/amd64' }}
pull: true