diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 55e510b..b4fb71c 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -1,9 +1,7 @@ name: Create and publish a Docker image -on: - push: - branches: ['dev-kube', 'dev'] +on: push env: REGISTRY: ghcr.io @@ -42,4 +40,4 @@ jobs: context: . push: true tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }}