File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 id : tag
2828 run : |
2929 if [[ "${{ github.ref }}" == "refs/heads/master" ]]; then
30- echo "tag=latest" >> $GITHUB_OUTPUT
30+ echo "tag=latest" >> " $GITHUB_OUTPUT"
3131 elif [[ "${{ github.ref }}" == "refs/heads/development" ]]; then
32- echo "tag=dev" >> $GITHUB_OUTPUT
32+ echo "tag=dev" >> " $GITHUB_OUTPUT"
3333 fi
3434
3535 - name : Build and push Docker image
Original file line number Diff line number Diff line change @@ -41,12 +41,11 @@ COPY patroni.yml.tpl /app/patroni.yml.tpl
4141COPY update-cluster.sh /app/update-cluster.sh
4242COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
4343COPY diagnose.sh /app/diagnose.sh
44- COPY fix-cluster.sh /app/fix-cluster.sh
4544COPY generate-certs.sh /app/generate-certs.sh
4645COPY VERSION /app/VERSION
4746
4847# Make scripts executable
49- RUN chmod +x /app/entrypoint.sh /app/update-cluster.sh /app/diagnose.sh /app/fix-cluster.sh /app/ generate-certs.sh
48+ RUN chmod +x /app/entrypoint.sh /app/update-cluster.sh /app/diagnose.sh /app/generate-certs.sh
5049
5150# Set working directory
5251WORKDIR /app
You can’t perform that action at this time.
0 commit comments