mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 20:16:44 +00:00
Tag with release tag
This commit is contained in:
parent
878e9c1e8a
commit
8d33dc5795
19
.github/workflows/docker_publish.yaml
vendored
19
.github/workflows/docker_publish.yaml
vendored
@ -17,16 +17,17 @@ jobs:
|
|||||||
uses: docker/setup-qemu-action@v1
|
uses: docker/setup-qemu-action@v1
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v1
|
uses: docker/setup-buildx-action@v1
|
||||||
- name: cd
|
- name: Login to Dockerhub
|
||||||
run: |
|
uses: docker/login-action@v1
|
||||||
cd docker
|
|
||||||
- name: Push to Docker Hub
|
|
||||||
uses: docker/build-push-action@v1
|
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
repository: inventree/inventree
|
- name: Build and Push
|
||||||
tag_with_ref: true
|
uses: docker/build-push-action@v2
|
||||||
dockerfile: ./Dockerfile
|
with:
|
||||||
target: production
|
context: ./docker
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||||
|
push: true
|
||||||
|
target: production
|
||||||
|
repository: inventree/inventree
|
||||||
|
tags: inventree/inventree:{{ github.event.release.tag_name }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user