Skip to content

Commit

Permalink
Merge branch 'master' into bot/bump-@asyncapi/generator-1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg committed Oct 30, 2023
2 parents d3d0b24 + f9f67ef commit d3bf7ed
Show file tree
Hide file tree
Showing 3 changed files with 12,868 additions and 10,366 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: master
- name: Get version without v character
id: version
run: |
VERSION=${{github.event.release.tag_name}}
VERSION_WITHOUT_V=${VERSION:1}
echo "::set-output name=value::$(echo $VERSION_WITHOUT_V)"
echo "value=${VERSION_WITHOUT_V}" >> $GITHUB_OUTPUT
- name: Release to Docker
run: |
echo ${{secrets.DOCKER_PASSWORD}} | docker login -u ${{secrets.DOCKER_USERNAME}} --password-stdin
Expand Down
Loading

0 comments on commit d3bf7ed

Please sign in to comment.