mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 00:05:50 +00:00
chore: other thing
This commit is contained in:
parent
2c73797999
commit
8316738bd6
1 changed files with 20 additions and 16 deletions
36
.github/workflows/docker-publish.yml
vendored
36
.github/workflows/docker-publish.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue