Skip to content

Commit

Permalink
feat: publish jar instead of single-binary docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
kory33 committed Apr 1, 2022
1 parent 6ba557d commit bcd5886
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/publish-assembled-jar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@ jobs:
with:
submodules: recursive

- name: Publish Docker Image to GPR
uses: machine-learning-apps/gpr-docker-publish@master
id: docker
- name: Build artifact
run: sbt assembly

- name: Release
uses: softprops/action-gh-release@v1
with:
IMAGE_NAME: 'bungeesemaphore-jar'
DOCKERFILE_PATH: './docker/assembled-artifact/Dockerfile'
BUILD_CONTEXT: './'
files: ./target/build/BungeeSemaphore.jar
draft: false
prerelease: false
tag_name: release-at-${{ github.sha }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9 changes: 0 additions & 9 deletions docker/assembled-artifact/Dockerfile

This file was deleted.

0 comments on commit bcd5886

Please sign in to comment.