Skip to content

Commit

Permalink
Merge pull request #4 from Onlineberatung/develop
Browse files Browse the repository at this point in the history
[pull] develop from Onlineberatung:develop
  • Loading branch information
mebo4b authored Aug 8, 2022
2 parents 11e75aa + f490586 commit 6830bd2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/dockerImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ jobs:
name: targetfiles
path: target/*.jar
push_to_registry:
needs: [test]
strategy:
matrix:
registry: [ "docker.pkg.github.com", "ghcr.io" ]
needs: [ test ]
name: Push Docker image to GitHub Packages
runs-on: ubuntu-latest
steps:
Expand All @@ -48,7 +51,7 @@ jobs:
name: targetfiles
- name: Prepare Docker variables
run: |
echo "DOCKER_REGISTRY=$(echo "docker.pkg.github.com/${{ github.repository }}" | awk '{print tolower($0)}')" >> $GITHUB_ENV
echo "DOCKER_REGISTRY=$(echo "${{ matrix.registry }}/${{ github.repository }}" | awk '{print tolower($0)}')" >> $GITHUB_ENV
echo "DOCKER_IMAGE=$(echo "${{ github.repository }}" | awk -F / '{print tolower($2)}')" >> $GITHUB_ENV
shell: bash
- name: Push to GitHub Packages
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "caritas-online-beratung-statisticsservice",
"name": "online-beratung-statisticsservice",
"version": "1.11.0",
"scripts": {
"release": "standard-version"
Expand Down

0 comments on commit 6830bd2

Please sign in to comment.