Skip to content

Commit

Permalink
Fix wrong build command
Browse files Browse the repository at this point in the history
  • Loading branch information
burakince committed Dec 15, 2024
1 parent 693d1e7 commit 959117c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,7 @@ jobs:
if ! docker image inspect mcr.microsoft.com/azure-storage/azurite:${{ matrix.database-combo.azurite }} > /dev/null 2>&1; then
echo "Azurite ${{ matrix.database-combo.azurite }} image not found locally. Pulling image..."
docker pull mcr.microsoft.com/azure-storage/azurite:${{ matrix.database-combo.azurite }}
docker-compose -f docker-compose.azure-mysql-test.yaml build
docker-compose -f docker-compose.azure-postgres-test.yaml build
docker build -t azurite-test test-containers/azurite
else
echo "Azurite image already exists. Using cache."
fi
Expand Down

0 comments on commit 959117c

Please sign in to comment.