Compare commits
4 Commits
v1.0.0
...
v1.0.1-ci.1
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e2792931b | |||
| 28990c2a4c | |||
| c8d0c3838f | |||
| 2bba4bc441 |
@@ -63,7 +63,7 @@ jobs:
|
||||
echo "version=$VERSION" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Commit & Push Changes
|
||||
if: always()
|
||||
if: gitea.ref == 'refs/heads/main'
|
||||
run: |
|
||||
if [ -n "$(git status --porcelain)" ]; then
|
||||
git config --global user.name "gitea-actions"
|
||||
@@ -77,7 +77,7 @@ jobs:
|
||||
|
||||
build-and-push:
|
||||
needs: release
|
||||
# if: gitea.ref == 'refs/heads/main'
|
||||
if: gitea.ref == 'refs/heads/main'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: drinkool_frontend
|
||||
name: drinkool-frontend
|
||||
labels:
|
||||
app: web
|
||||
spec:
|
||||
Reference in New Issue
Block a user