fix docker build

This commit is contained in:
Bret Fisher
2021-03-09 19:06:28 -05:00
parent c0d464e7fc
commit ba13e66d08

View File

@@ -46,10 +46,9 @@ jobs:
# username: ${{ secrets.GHCR_USERNAME }}
# password: ${{ secrets.GHCR_TOKEN }}
# -
name: Build and push clock
name: Build and push
uses: docker/build-push-action@v2
with:
context: vote
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.docker_meta.outputs.tags }},bretfisher/shpod:latest