Skip to content

Commit

Permalink
ci: update pipelines and package-lock version (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored Oct 30, 2023
1 parent 57abd4c commit f9f67ef
Show file tree
Hide file tree
Showing 3 changed files with 22,334 additions and 13,194 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 f9f67ef

Please sign in to comment.