Update .forgejo/workflows/buildpush.yaml
Some checks failed
/ Push Docker image to Docker Hub (push) Failing after 10s

This commit is contained in:
Jarkko Toivanen 2024-03-20 15:21:27 +02:00
parent ce2b92dab1
commit 84b42d09a1

View file

@ -4,7 +4,7 @@ on:
jobs:
push_to_registry:
name: Push Docker image to Docker Hub
runs-on: docker
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4