Update .github/workflows/main.yml
This commit is contained in:
parent
9966242b22
commit
76a269de0a
1 changed files with 1 additions and 2 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue