diff --git a/.github/workflows/push-to-docker-hub.yaml b/.github/workflows/push-to-docker-hub.yaml index 5ed417a..e59adec 100644 --- a/.github/workflows/push-to-docker-hub.yaml +++ b/.github/workflows/push-to-docker-hub.yaml @@ -1,4 +1,4 @@ -jobs: +--- name: Build and publish the container image "on": @@ -8,6 +8,7 @@ name: Build and publish the container image branches: - 'master' +jobs: build-and-push-image: runs-on: ubuntu-latest permissions: