workflow updates

This commit is contained in:
Michael Woods 2020-12-02 16:18:46 -05:00
parent 458fd5292a
commit 7aa9a5d830
2 changed files with 3 additions and 2 deletions

View File

@ -28,6 +28,7 @@ jobs:
with:
images: michaelwoods/onstar2mqtt
tag-sha: true
tag-schedule: weekly
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
@ -47,7 +48,7 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Push to Docker Hub
- name: Push to DockerHub
uses: docker/build-push-action@v2
with:
platforms: linux/amd64,linux/arm64

View File

@ -27,7 +27,7 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Push to Docker Hub
- name: Push to DockerHub
uses: docker/build-push-action@v2
with:
platforms: linux/amd64,linux/arm64