Skip to content

Commit

Permalink
Merge pull request #1607 from glensc/ci-upd
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc authored Oct 9, 2023
2 parents 684b082 + 1d42320 commit d90a8c4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,12 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
# Run this only on tags and main branch
if: ${{ github.event_name != 'pull_request' }}
env:
APP_VERSION: ${{ steps.vars.outputs.version }}
with:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
Expand Down

0 comments on commit d90a8c4

Please sign in to comment.