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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- action-test
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DOCKER_REGISTRY: r.regnault.dev
|
DOCKER_REGISTRY: r.regnault.dev
|
||||||
|
@ -14,7 +13,7 @@ env:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_and_push:
|
build_and_push:
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|
Loading…
Reference in a new issue