diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 61fed99..21898d3 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -4,8 +4,8 @@ on: [push] jobs: - build: - name: Build & Test + build-test-release: + name: Build, Test and Release runs-on: ubuntu-latest