We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0145fe4 commit b36a330Copy full SHA for b36a330
.github/workflows/backend-build.yaml
@@ -51,12 +51,11 @@ jobs:
51
needs:
52
- release
53
54
- if: ${{ needs.release.outputs.new_release_published }}
+ if: ${{ needs.release.outputs.new_release_published == 'true' }}
55
56
steps:
57
- uses: actions/checkout@v2
58
- name: Docker meta
59
60
id: docker_meta
61
uses: docker/metadata-action@v3
62
with:
@@ -83,7 +82,6 @@ jobs:
83
82
password: ${{ secrets.GITHUB_TOKEN }}
84
85
- name: Build and push
86
87
uses: docker/build-push-action@v2
88
89
context: ./server
0 commit comments