mirror of
https://github.com/BretFisher/shpod.git
synced 2026-05-06 18:06:33 +00:00
fix docker build
This commit is contained in:
3
.github/workflows/docker-build-and-push.yml
vendored
3
.github/workflows/docker-build-and-push.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user