1
0
Fork 0

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

This commit is contained in:
Jarkko Toivanen 2024-03-20 15:21:27 +02:00
parent ce2b92dab1
commit 84b42d09a1
1 changed files with 1 additions and 1 deletions

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