From 8316738bd6fe66839d386b75bb975bb16faad49e Mon Sep 17 00:00:00 2001 From: Aleksandr Chikovani Date: Sun, 27 Aug 2023 23:43:33 -0400 Subject: [PATCH] chore: other thing --- .github/workflows/docker-publish.yml | 36 +++++++++++++++------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index ec66b9aee..5d9560d30 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -88,22 +88,6 @@ jobs: echo "next_version=${NEXT_VERSION}" >> $GITHUB_OUTPUT - #- name: Login to GitHub Container Registry - # uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc - # with: - # registry: ghcr.io - # username: ${{ github.actor }} - # password: ${{ secrets.GITHUB_TOKEN }} - - #- name: Build and push Docker image - # uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 - # with: - # context: . - # push: true - # tags: ghcr.io/${{ env.IMAGE_NAME }}:${{ steps.semantic.outputs.release-version }} - # labels: ${{ steps.meta.outputs.labels }} - # build-args: | - # VERSION=${{ steps.semantic.outputs.release-version }} - name: "Build Changelog" id: build_changelog @@ -167,6 +151,9 @@ jobs: MY_CHANGELOG="${MY_CHANGELOG//$'\r'/'%0D'}" echo "changelog=${MY_CHANGELOG}" >> $GITHUB_OUTPUT + echo "For debug purposes:" + cat /tmp/my_changelog + release: needs: build_and_publish runs-on: ubuntu-latest @@ -187,6 +174,23 @@ jobs: echo echo -e ${{ needs.build_and_publish.outputs.changelog }} + #- name: Login to GitHub Container Registry + # uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc + # with: + # registry: ghcr.io + # username: ${{ github.actor }} + # password: ${{ secrets.GITHUB_TOKEN }} + + #- name: Build and push Docker image + # uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 + # with: + # context: . + # push: true + # tags: ghcr.io/${{ env.IMAGE_NAME }}:${{ steps.semantic.outputs.release-version }} + # labels: ${{ steps.meta.outputs.labels }} + # build-args: | + # VERSION=${{ steps.semantic.outputs.release-version }} + - name: Publish tag uses: rickstaa/action-create-tag@07b918ecbf94359b859f25f7a70553a84e804923 with: