Change branch to main
Some checks failed
Publish Docker rootless image / Push Docker image to Docker Hub (push) Failing after 1m14s
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 37s

This commit is contained in:
Aroy-Art 2024-02-23 13:08:55 +01:00
parent 98d64a6f7d
commit 82f8894897
Signed by: Aroy
GPG key ID: 583642324A1D2070
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ name: Publish Docker rootless image
on:
workflow_dispatch:
push:
branches: [master]
branches: [main]
jobs:
push_to_registry:

View file

@ -3,7 +3,7 @@ name: Publish Docker image
on:
workflow_dispatch:
push:
branches: [master]
branches: [main]
jobs:
push_to_registry: