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]
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
- '.github/**'
|
||||
# - '.github/**'
|
||||
pull_request:
|
||||
branches: [develop]
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
- '.github/**'
|
||||
# - '.github/**'
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
@ -67,4 +67,4 @@ jobs:
|
||||
build-args: |
|
||||
${{steps.version_step.outputs.version}}
|
||||
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