diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-04-21 08:05:48 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2025-04-21 08:05:48 -0400 |
| commit | 049cfaba3b11b059f95a1453fb470536adc65e9c (patch) | |
| tree | 64533c5cadfac87196f8a08c7799e7be10d08694 /.github/workflows | |
| parent | d913956e760d076ff7f72622871f3fd59d8a3a8e (diff) | |
| download | xesite-049cfaba3b11b059f95a1453fb470536adc65e9c.tar.xz xesite-049cfaba3b11b059f95a1453fb470536adc65e9c.zip | |
docker: make xesite use Ubuntu in prod
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/earthly.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/earthly.yml b/.github/workflows/earthly.yml index fe45048..f33f0ed 100644 --- a/.github/workflows/earthly.yml +++ b/.github/workflows/earthly.yml @@ -71,7 +71,8 @@ jobs: - 'pb/**/*' - 'go.mod' - 'go.sum' - - 'Earthfile' + - 'docker/*' + - "docker-bake.hcl" - 'manifest/**/*.yaml' - uses: azure/setup-kubectl@v4 if: steps.changes.outputs.src == 'true' |
