Skip to content

Commit

Permalink
Update ci-20x.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BigThunderSR authored Mar 7, 2024
1 parent 78454b6 commit ee0eaca
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/ci-20x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,12 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

#- name: Push to DockerHub and GHCR
# uses: docker/build-push-action@v5
# with:
# platforms: linux/amd64,linux/arm64,linux/arm/v7
- name: Push to DockerHub and GHCR
uses: docker/build-push-action@v5
with:
platforms: linux/amd64,linux/arm64,linux/arm/v7
# push: ${{ github.event_name != 'pull_request' }}
# tags: ${{ steps.docker_meta.outputs.tags }}
# labels: ${{ steps.docker_meta.outputs.labels }}
# outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=OnStarJS wrapper for MQTT
push: false
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}
outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=OnStarJS wrapper for MQTT

0 comments on commit ee0eaca

Please sign in to comment.