Skip to content

Commit

Permalink
Merge f5bc191 into 58135c1
Browse files Browse the repository at this point in the history
  • Loading branch information
dwendland authored Jul 28, 2022
2 parents 58135c1 + f5bc191 commit 14e9204
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,10 @@ jobs:
run: |
docker build -t ${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }} .
docker push ${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: ${{ steps.out.outputs.version }}
prerelease: true
title: ${{ steps.out.outputs.version }}
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
run: |
docker build -t ${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }} .
docker push ${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
docker tag ${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }} ${{ env.IMAGE_NAME }}:latest
docker push ${{ env.IMAGE_NAME }}:latest
- uses: "marvinpinto/action-automatic-releases@latest"
with:
Expand Down

0 comments on commit 14e9204

Please sign in to comment.