Skip to content

Commit

Permalink
fix: devops, release workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
maxisam committed Nov 2, 2022
1 parent e7ef259 commit d145806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
uses: docker/build-push-action@v3
with:
labels: ${{ env.BUILD_NUMBER }}
push: ${{ github.event_name != 'pull_request' }}-${{ matrix.version }}
push: ${{ github.event_name != 'pull_request' }}
tags: |
${{ github.repository }}:${{ env.BUILD_NUMBER }}-${{ matrix.version }}
${{ github.repository }}:${{ env.BUILD_NUMBER }}-${{ matrix.feature }}
build-args: |
BUILD_DATE=${{ env.NOW }}
VCS_REF=${{ github.sha }}
Expand Down

0 comments on commit d145806

Please sign in to comment.