Update workflows
Some checks failed
Release / test (push) Successful in 27s
Release / push-docker-image (push) Failing after 40s

This commit is contained in:
Mario Romero 2023-05-18 01:52:08 -04:00
parent 888dad9bef
commit 0efc55e636

View File

@ -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