Updating publish pipeline
This commit is contained in:
parent
159ff1cc46
commit
a80207643e
|
|
@ -44,9 +44,9 @@ jobs:
|
||||||
uses: docker/setup-qemu-action@v3
|
uses: docker/setup-qemu-action@v3
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
- name: Build and push
|
- name: Build and push image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: false
|
push: true
|
||||||
tags: ${{ secrets.DOCKERHUB_USERNAME }}/troop20-web:${{ github.ref_name }}
|
tags: ${{ secrets.DOCKERHUB_USERNAME }}/troop20-web:${{ github.ref_name }}
|
||||||
Loading…
Reference in New Issue
Block a user