8000 Update release.yml · shimuldn/postgres-meta@4beceab · GitHub
[go: up one dir, main page]

Skip to content

Commit 4beceab

Browse files
authored
Update release.yml
1 parent 677a960 commit 4beceab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ jobs:
6565

6666
docker-hub:
6767
name: Release on Docker Hub
68-
needs:
69-
- semantic-release
70-
if: needs.semantic-release.outputs.new-release-published == 'true'
68+
# needs:
69+
# - semantic-release
70+
# if: needs.semantic-release.outputs.new-release-published == 'true'
7171
# runs-on: ubuntu-20.04
7272
runs-on: self-hosted
7373
steps:
@@ -89,4 +89,4 @@ jobs:
8989
context: .
9090
platforms: linux/arm64
9191
push: true
92-
tags: shimuldn/postgres-meta:latest,shimuldn/postgres-meta:v${{ needs.semantic-release.outputs.new-release-version }}
92+
tags: shimuldn/postgres-meta:latest,shimuldn/postgres-meta:0.41.1

0 commit comments

Comments
 (0)
0