More changes
Some checks failed
Testing / test (1.23.x, ubuntu-latest) (push) Successful in 50s
Build and Push Docker Image / build-and-push (push) Failing after 9m35s

This commit is contained in:
2025-02-10 19:06:05 -05:00
parent b4c00aafaf
commit d2a16d5533

View File

@ -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 }}