Skip to content

Commit

Permalink
Merge pull request #21 from zapal-tech/main
Browse files Browse the repository at this point in the history
feat: docker build
  • Loading branch information
BohdanK-W32 authored Nov 27, 2024
2 parents caf0511 + e83ea40 commit 2818b8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

0 comments on commit 2818b8f

Please sign in to comment.