Skip to content

Commit

Permalink
testing15
Browse files Browse the repository at this point in the history
  • Loading branch information
StealWonders committed Mar 4, 2024
1 parent 5e38959 commit 01c0a36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/auto-publish-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ jobs:
context: . # Includes the .git directory
push: true # Will only build if this is not here
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
VERSION=${{ steps.meta.outputs.version }}
6 changes: 1 addition & 5 deletions .github/workflows/deploy-main-in-dev-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Development Deployment

on:
push:
branches: [ main, fix/** ]
branches: [ main ]

jobs:
build:
Expand Down Expand Up @@ -34,9 +34,6 @@ jobs:
build-args: |
VERSION=${{ steps.meta.outputs.version }}
- name: Debug
run: echo ${{ steps.meta.outputs.version }}

deploy:
needs: [ build ]
runs-on: ubuntu-latest
Expand All @@ -53,4 +50,3 @@ jobs:
docker compose pull
docker compose down
docker compose up -d

0 comments on commit 01c0a36

Please sign in to comment.