Perform building only on master branch (missed one step in building frontend
This commit is contained in:
parent
e68f8e9432
commit
8a86241e86
@ -35,6 +35,7 @@ jobs:
|
|||||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
- name: Setup Docker buildx
|
- name: Setup Docker buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
if: ${{ github.ref == 'refs/heads/master' }}
|
||||||
- name: Extract Docker metadata
|
- name: Extract Docker metadata
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v2
|
uses: docker/metadata-action@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user