Also build images for develop
Some checks failed
PUBLISH_IMAGE / Publish 'wakapi-readme-stats' image (push) Failing after 16m3s

This commit is contained in:
2024-11-05 17:37:00 -05:00
parent c5df4b5bf9
commit 77befbc0d2

View File

@@ -45,7 +45,7 @@ jobs:
- name: Build and push Docker image 🏗️
uses: docker/build-push-action@v4
with:
push: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/releases') }}
push: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/heads/releases') }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha