More changes
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -5,12 +5,12 @@ on:
|
|||||||
branches: [develop]
|
branches: [develop]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'README.md'
|
- 'README.md'
|
||||||
- '.github/**'
|
# - '.github/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [develop]
|
branches: [develop]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'README.md'
|
- 'README.md'
|
||||||
- '.github/**'
|
# - '.github/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
@ -67,4 +67,4 @@ jobs:
|
|||||||
build-args: |
|
build-args: |
|
||||||
${{steps.version_step.outputs.version}}
|
${{steps.version_step.outputs.version}}
|
||||||
docker.savin.nyc/${{ github.event.repository.name }}:latest
|
docker.savin.nyc/${{ github.event.repository.name }}:latest
|
||||||
docker.savin.nyc/${{ github.event.repository.name }}:${{ env.RELEASE_VERSION }}
|
docker.savin.nyc/${{ github.event.repository.name }}:${{ env.RELEASE_VERSION }}
|
||||||
|
Reference in New Issue
Block a user