asd
Some checks failed
E2E Tests / Build docker image (push) Failing after 37s
Lint / Run on Ubuntu (push) Has been cancelled
E2E Tests / Run on Ubuntu (push) Has been cancelled
Tests / Run on Ubuntu (push) Has been cancelled

This commit is contained in:
Chris Richardson
2025-05-13 20:58:11 -04:00
parent 89c621b4d4
commit c9e8740a57

View File

@@ -9,6 +9,14 @@ jobs:
name: Build docker image
runs-on: ubuntu-20.04
steps:
- name: Clone the code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: build image
run: |
docker-build docker-push IMG=d.lilpenguins.com/locust-operator:latest