Skip to content

Commit

Permalink
okay
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhaillav committed Mar 25, 2024
1 parent 4d8281e commit 78e9716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
strategy:
matrix:
module: ["", "api", "metrics", "api,metrics"]
module: ["none", "api", "metrics", "api,metrics"]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -33,7 +33,7 @@ jobs:
if: matrix.module == 'metrics'
run: echo "IMAGE_TAG_SUFFIX=-metrics" >> "$GITHUB_OUTPUT"
- name: Tag light image
if: matrix.module == ''
if: matrix.module == 'none'
run: echo "IMAGE_TAG_SUFFIX=-light" >> "$GITHUB_OUTPUT"
- name: Build and push
uses: docker/build-push-action@v4
Expand Down

0 comments on commit 78e9716

Please sign in to comment.