Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SazukinPavel committed Jan 9, 2025
2 parents 7978750 + 6f936de commit a997775
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/deploy-development.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
name: Build & Publish Development
name: Build & Publish Latest Enabled

on:
push:
branches:
- "master"
- "dev"
- "dev-*"
workflow_dispatch:

jobs:
deploy:
name: Build & Deploy
runs-on: ubuntu-latest
if: github.repository_owner == 'wg-easy'
permissions:
packages: write
contents: read
Expand All @@ -34,4 +38,4 @@ jobs:
with:
push: true
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8
tags: ghcr.io/wg-easy/wg-easy:development
tags: ghcr.io/support-pl/wg-easy:latest

0 comments on commit a997775

Please sign in to comment.