8000
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 677a960 commit 4beceabCopy full SHA for 4beceab
.github/workflows/release.yml
@@ -65,9 +65,9 @@ jobs:
65
66
docker-hub:
67
name: Release on Docker Hub
68
- needs:
69
- - semantic-release
70
- if: needs.semantic-release.outputs.new-release-published == 'true'
+# needs:
+# - semantic-release
+# if: needs.semantic-release.outputs.new-release-published == 'true'
71
# runs-on: ubuntu-20.04
72
runs-on: self-hosted
73
steps:
@@ -89,4 +89,4 @@ jobs:
89
context: .
90
platforms: linux/arm64
91
push: true
92
- tags: shimuldn/postgres-meta:latest,shimuldn/postgres-meta:v${{ needs.semantic-release.outputs.new-release-version }}
+ tags: shimuldn/postgres-meta:latest,shimuldn/postgres-meta:0.41.1
0 commit comments