commit | 0c4288750e9069d98b35782cce1bae1e0b4ed3a4 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Thu Sep 21 12:59:20 2023 +0000 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Thu Sep 21 12:59:20 2023 +0000 |
tree | 2bd9a16cab1032a32b9346befb2de351fb051120 | |
parent | 01fcf4f6b636fc2900a5cf28847842e5ef7c00ea [diff] [blame] |
chore: add networking-infoblox images
diff --git a/Earthfile b/Earthfile index 7a4cb11..fa14654 100644 --- a/Earthfile +++ b/Earthfile
@@ -73,3 +73,10 @@ FROM +gh ARG --required project RUN --secret GITHUB_TOKEN gh workflow run --repo vexxhost/docker-openstack-${project} sync.yml + +image-sync: + FROM golang:1.19 + ARG --required project + WORKDIR /src + COPY . /src + RUN --secret GITHUB_TOKEN go run ./cmd/atmosphere-ci image repo sync ${project}