diff --git a/.github/workflows/dev-backend-release.yaml b/.github/workflows/dev-backend-release.yaml index 1273e07..9fa84fd 100644 --- a/.github/workflows/dev-backend-release.yaml +++ b/.github/workflows/dev-backend-release.yaml @@ -84,9 +84,10 @@ jobs: id: build-image uses: redhat-actions/buildah-build@v2 with: + containerfiles: backend/Dockerfile + context: backend tags: ${{ steps.docker-meta.outputs.tags }} labels: ${{ steps.docker-meta.outputs.labels }} - containerfiles: backend/Dockerfile platforms: linux/amd64,linux/arm64 # Disable layer caching layers: false diff --git a/.github/workflows/dev-frontend-release.yaml b/.github/workflows/dev-frontend-release.yaml index 6f535ce..3392de3 100644 --- a/.github/workflows/dev-frontend-release.yaml +++ b/.github/workflows/dev-frontend-release.yaml @@ -92,9 +92,10 @@ jobs: id: build-image uses: redhat-actions/buildah-build@v2 with: + containerfiles: frontend/docker/Dockerfile + context: frontend tags: ${{ steps.docker-meta.outputs.tags }} labels: ${{ steps.docker-meta.outputs.labels }} - containerfiles: backend/Dockerfile platforms: linux/amd64,linux/arm64 # Disable layer caching layers: false