We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b721b9b commit 04405f0Copy full SHA for 04405f0
1 file changed
.github/workflows/dockerhub-on-version.yml
@@ -75,7 +75,7 @@ jobs:
75
76
build-arm64:
77
needs: check-version
78
- if: needs.check-version.outputs.changed == 'true' && github.ref_name == 'main'
+ if: needs.check-version.outputs.changed == 'true'
79
runs-on: ubuntu-latest
80
timeout-minutes: 350
81
env:
@@ -107,7 +107,7 @@ jobs:
107
108
manifest:
109
needs: [build-amd64, build-arm64]
110
- if: github.ref_name == 'main' && needs.check-version.outputs.changed == 'true'
111
112
steps:
113
- uses: docker/login-action@v3
0 commit comments