diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index a1c3761..94f8c7d 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -107,7 +107,6 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - build-ubuntu-2004: name: Build Ubuntu 20.04 runs-on: ubuntu-latest @@ -170,7 +169,7 @@ jobs: delete-only-untagged-versions: true workflow-keepalive: - # if: github.event_name == 'schedule' + if: github.event_name == 'schedule' runs-on: ubuntu-latest permissions: actions: write