Skip to content

Commit

Permalink
Fix for previous rework
Browse files Browse the repository at this point in the history
  • Loading branch information
adeveloper-wq committed Apr 19, 2024
1 parent 746d74d commit 663a3a5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-push-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
registry: bikenow.vkw.tu-dresden.de
image: ${{ github.repository }}-sachsen
branch: ${{ github.ref_name }}
ref_name: ${{ github.ref_name }}
api: http://priobike.vkw.tu-dresden.de:20055/FROST-Server/v1.1
filter: "%28Datastreams%2Fproperties%2FserviceName%20eq%20%27HH_STA_traffic_lights%27%29"
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-push-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
registry: bikenow.vkw.tu-dresden.de
image: ${{ github.repository }}-hamburg
branch: release
ref_name: release
api: https://priobike-release.inf.tu-dresden.de/priobike-frost-mirror/FROST-Server/v1.1
filter: "%28Datastreams%2Fproperties%2FserviceName%20eq%20%27HH_STA_traffic_lights%27%29"
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-push-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
registry: bikenow.vkw.tu-dresden.de
image: ${{ github.repository }}-hamburg
branch: stable
ref_name: stable
api: https://priobike.vkw.tu-dresden.de/production/priobike-frost-mirror/FROST-Server/v1.1
filter: "%28Datastreams%2Fproperties%2FserviceName%20eq%20%27HH_STA_traffic_lights%27%29"
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-push-tag-v.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
registry: bikenow.vkw.tu-dresden.de
image: ${{ github.repository }}-hamburg
branch: ${{ github.ref_name }}
ref_name: ${{ github.ref_name }}
api: https://priobike-release.inf.tu-dresden.de/priobike-frost-mirror/FROST-Server/v1.1
filter: "%28Datastreams%2Fproperties%2FserviceName%20eq%20%27HH_STA_traffic_lights%27%29"
secrets:
Expand Down

0 comments on commit 663a3a5

Please sign in to comment.