Skip to content

Commit

Permalink
manually tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lovehunter9 committed Jan 14, 2025
1 parent 5391f34 commit f1c5964
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
1 change: 0 additions & 1 deletion .github/workflows/update-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
# push:
# branches:
# - "main"
# - "dev_wrx"

jobs:
update_dockerhub:
Expand Down
15 changes: 7 additions & 8 deletions .github/workflows/update-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ on:
tags:
description: 'Release Tags'

push:
branches:
- "main"
- "dev_wrx"
- "nats"
tags:
- 'v*'
# push:
# branches:
# - "main"
# tags:
# - 'v*'

jobs:
update_server:
Expand Down Expand Up @@ -75,6 +73,7 @@ jobs:
context: .
file: Dockerfile
push: true
tags: beclab/files-server:${{ steps.get-latest-tag.outputs.tag }}
tags: beclab/appdata-gateway:${{ github.event.inputs.tags }}
# tags: beclab/files-server:${{ steps.get-latest-tag.outputs.tag }}
platforms: linux/amd64,linux/arm64

0 comments on commit f1c5964

Please sign in to comment.