mirror of
https://github.com/getAlby/lndhub.go.git
synced 2026-01-29 09:46:24 +01:00
Merge pull request #148 from getAlby/feature/always-build-docker
always build docker images on every branch
This commit is contained in:
3
.github/workflows/workflow.yaml
vendored
3
.github/workflows/workflow.yaml
vendored
@@ -1,8 +1,6 @@
|
||||
name: Docker build & push
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
release:
|
||||
types: [published]
|
||||
jobs:
|
||||
@@ -30,6 +28,7 @@ jobs:
|
||||
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
|
||||
# Always update dev environment
|
||||
- name: Update dev environment
|
||||
if: ${{ github.ref == 'refs/heads/main' }}
|
||||
uses: fjogeleit/yaml-update-action@v0.7.0
|
||||
with:
|
||||
valueFile: 'alby-simnet-deployment/values.yaml'
|
||||
|
||||
Reference in New Issue
Block a user