Skip to content

Commit

Permalink
fix: formatting in yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas committed Jan 21, 2025
1 parent 066ccef commit 9c15c9a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@ jobs:
run: |
docker tag georchestra/gateway:latest ghcr.io/georchestra/georchestra-gateway/gateway:commit-${{ github.sha }}
docker push ghcr.io/georchestra/georchestra-gateway/gateway:commit-${{ github.sha }}
- name: "Publish binaries in artifactory"
run: ./mvnw deploy -Dmaven.test.skip=true
continue-on-error: true
env:
ARTIFACTORY_TOKEN_REF: ${{ secrets.ARTIFACTORY_TOKEN }}
ARTIFACTORY_USERNAME_REF: ${{ secrets.ARTIFACTORY_USERNAME }}
run: ./mvnw deploy -Dmaven.test.skip=true
continue-on-error: true
env:
ARTIFACTORY_TOKEN_REF: ${{ secrets.ARTIFACTORY_TOKEN }}
ARTIFACTORY_USERNAME_REF: ${{ secrets.ARTIFACTORY_USERNAME }}

- name: "Remove SNAPSHOT jars from repository"
run: |
Expand Down

0 comments on commit 9c15c9a

Please sign in to comment.