Merge pull request #26 from denpiligrim/denpiligrim-patch-2
Configure production environment in Docker workflow
This commit is contained in:
@@ -12,6 +12,11 @@ env:
|
||||
jobs:
|
||||
build-and-push:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
environment:
|
||||
name: production
|
||||
url: https://github.com/denpiligrim/3dp-manager/pkgs/container/3dp-manager-server
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
@@ -39,4 +44,4 @@ jobs:
|
||||
with:
|
||||
context: ./client
|
||||
push: true
|
||||
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-client:${{ github.ref_name }}
|
||||
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-client:${{ github.ref_name }}
|
||||
|
||||
Reference in New Issue
Block a user