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 ee0eaca commit a3ca36c
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/ci-20x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,11 @@ 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' }}
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
# 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 a3ca36c

Please sign in to comment.