From ee0eaca74cfdc34ed43aec6e5d223a5fc49a6ac7 Mon Sep 17 00:00:00 2001 From: BigThunderSR <17056173+BigThunderSR@users.noreply.github.com> Date: Thu, 7 Mar 2024 07:08:50 -0600 Subject: [PATCH] Update ci-20x.yml --- .github/workflows/ci-20x.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci-20x.yml b/.github/workflows/ci-20x.yml index 56e64a25..efd01345 100644 --- a/.github/workflows/ci-20x.yml +++ b/.github/workflows/ci-20x.yml @@ -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 \ No newline at end of file + 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 \ No newline at end of file