release(nodemapper) - fix gha workflow syntax
This commit is contained in:
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
@@ -11,7 +11,7 @@ jobs:
|
|||||||
publish_images:
|
publish_images:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Publish selected Docker image to Dockerhub
|
name: Publish selected Docker image to Dockerhub
|
||||||
if: contains(github.event.head_commit.message, 'release(.*)')
|
if: contains(github.event.head_commit.message, 'release(.*')
|
||||||
steps:
|
steps:
|
||||||
- name: Authenticate to Dockerhub
|
- name: Authenticate to Dockerhub
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user