Skip to content

Commit

Permalink
Update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed Nov 21, 2024
1 parent da32760 commit c27598e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,15 @@ jobs:
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
-
name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build Image
uses: docker/build-push-action@v6
with:
push: false
tags: user/app:latest
push: true
tags: inventree/inventree-caddy:latest, inventree/inventree-caddy:${{ github.event.release.tag_name }}

0 comments on commit c27598e

Please sign in to comment.