Skip to content

1. k8s initial structure (broken for sure) #1

1. k8s initial structure (broken for sure)

1. k8s initial structure (broken for sure) #1

Workflow file for this run

name: "Docker Automation"
on:
workflow_dispatch:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
docker_push:
runs-on: ubuntu-latest
env:
FORCE_COLOR: 1
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
steps:
- uses: earthly/actions-setup@v1
with:
version: v0.8.0
- uses: actions/checkout@v4
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
registry: ghcr.io
username: cypherkitty
password: ${{ secrets.META_SECRET_GH_PAT }}
- name: run tests
run: |
earthly \
--allow-privileged \
--ci \
--remote-cache=ghcr.io/meta-secret/core:cache \
--push \
./meta-secret+build-meta-server-image