diff --git a/.github/workflows/dev-ci.yaml b/.github/workflows/dev-ci.yaml index 3424d350..a568a0b7 100644 --- a/.github/workflows/dev-ci.yaml +++ b/.github/workflows/dev-ci.yaml @@ -29,8 +29,8 @@ jobs: - name: Build and Push Agent Image uses: docker/build-push-action@v3 - platforms: linux/amd64,linux/arm64 with: + platforms: linux/amd64,linux/arm64 context: . file: 'Dockerfile.alpine' push: true diff --git a/.github/workflows/prod-ci.yaml b/.github/workflows/prod-ci.yaml index 94e23197..836c0583 100644 --- a/.github/workflows/prod-ci.yaml +++ b/.github/workflows/prod-ci.yaml @@ -30,9 +30,9 @@ jobs: - name: Build and Push Agent Image uses: docker/build-push-action@v3 - platforms: linux/amd64,linux/arm64 with: context: . + platforms: linux/amd64,linux/arm64 file: 'Dockerfile.alpine' push: true tags: |