Skip to content

Commit

Permalink
Merge pull request #3 from inventree/release
Browse files Browse the repository at this point in the history
Update release script
  • Loading branch information
SchrodingersGat authored Nov 21, 2024
2 parents f4815f1 + e895e80 commit 4977a9d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,17 @@ 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
platforms: linux/amd64,linux/arm64
tags: inventree/inventree-caddy:latest, inventree/inventree-caddy:${{ github.event.release.tag_name }}

0 comments on commit 4977a9d

Please sign in to comment.