asd
This commit is contained in:
16
.github/workflows/build.yaml
vendored
Normal file
16
.github/workflows/build.yaml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
name: E2E Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
#make docker-build docker-push IMG=example/virtualhost-operator:latest
|
||||
jobs:
|
||||
build-docker:
|
||||
name: Build docker image
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: build image
|
||||
run: |
|
||||
docker-build docker-push IMG=d.lilpenguins.com/locust-operator:latest
|
||||
docker-build docker-push IMG=d.lilpenguins.com/locust-operator:${{gitea.sha}}
|
||||
|
||||
Reference in New Issue
Block a user