Update .github/workflows/main.yml

This commit is contained in:
Evann Regnault 2024-03-31 15:27:59 +00:00
parent 9966242b22
commit 76a269de0a

View file

@ -4,7 +4,6 @@ on:
push:
branches:
- master
- action-test
env:
DOCKER_REGISTRY: r.regnault.dev
@ -14,7 +13,7 @@ env:
jobs:
build_and_push:
runs-on: ubuntu-latest
runs-on: docker
steps:
- name: Checkout repository