Skip to content

Commit

Permalink
Fix/node build (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
danimhr authored Dec 2, 2024
1 parent 782bc46 commit 7aa9877
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
push: true
tags: ${{ steps.meta_monitor.outputs.tags }}
labels: ${{ steps.meta_monitor.outputs.labels }}
build-and-push-node-services:
node-services:
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
context: .
file: ./Dockerfile.node
build-args: |
package="${{ matrix.service }}"
package=${{ matrix.service }}
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 7aa9877

Please sign in to comment.