Merge pull request #21 from zapal-tech/main

feat: docker build
This commit is contained in:
Bohdan Kucheriavyi 2024-11-27 23:22:53 +02:00 committed by GitHub
commit 2818b8f3ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -63,7 +63,7 @@ jobs:
echo "NODE_VERSION=${{ inputs.node_version }}" >> "$GITHUB_ENV"
- name: Build
uses: docker/bake-action@v5.10.0
uses: docker/bake-action@v4.1.0
with:
push: true
env:
@ -91,6 +91,6 @@ jobs:
- name: Push
if: ${{ inputs.push }}
uses: docker/bake-action@v5.10.0
uses: docker/bake-action@v4.1.0
with:
push: true