Update workflows
This commit is contained in:
parent
888dad9bef
commit
0efc55e636
@ -28,7 +28,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
|
env:
|
||||||
|
ACTIONS_RUNTIME_TOKEN: '' # See https://gitea.com/gitea/act_runner/issues/119
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: mario1159/1159cl:latest
|
tags: mario1159/1159cl:latest
|
||||||
|
context: .
|
||||||
|
file: ./Dockerfile
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user