Skip to content

Commit

Permalink
fix actions for vpnbridge / client
Browse files Browse the repository at this point in the history
  • Loading branch information
weidi committed Jan 30, 2025
1 parent 94bddb6 commit 72e8f37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vpnbridge-arm64.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: vpnclient ARM64
name: vpnbridge ARM64

on:
schedule:
Expand All @@ -22,7 +22,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: softethervpn/vpnclient-arm64
images: softethervpn/vpnbridge-arm64
tags: |
# set latest tag for default branch
type=raw,value=latest,enable={{is_default_branch}}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/vpnbridge-x86.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: vpnclient x86
name: vpnbridge x86

on:
schedule:
Expand All @@ -14,15 +14,15 @@ on:
workflow_dispatch:

jobs:
docker-vpnclient:
docker-vpnbridge:
runs-on: ubuntu-latest
steps:
-
name: Docker meta
id: meta
uses: docker/metadata-action@v5
with:
images: softethervpn/vpnclient
images: softethervpn/vpnbridge
tags: |
# set latest tag for default branch
type=raw,value=latest,enable={{is_default_branch}}
Expand Down

0 comments on commit 72e8f37

Please sign in to comment.