Skip to content

Commit

Permalink
to be dropped: use fork
Browse files Browse the repository at this point in the history
Signed-off-by: Szilard Parrag <[email protected]>
  • Loading branch information
OverOrion committed Oct 18, 2023
1 parent 9f76e9a commit c67d7be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ssc-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
- 'ssc-*'

env:
DOCKER_IMAGE_NAME: ghcr.io/axoflow/axosyslog-splunk-connector
DOCKER_IMAGE_NAME: ghcr.io/overorion/axosyslog-splunk-connector
PLATFORMS: linux/amd64,linux/arm64
SC4S_REPO: ${{ inputs.repo || 'splunk/splunk-connect-for-syslog' }}
SYSLOG_NG_IMG_VERSION: ${{ inputs.syslog-ng-image-version || 'latest' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/syslog-ng-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
type: string

env:
DOCKER_IMAGE_NAME: ghcr.io/axoflow/axosyslog
DOCKER_IMAGE_NAME: ghcr.io/overorion/axosyslog
PLATFORMS: linux/amd64,linux/arm64,linux/arm/v7

jobs:
Expand Down
2 changes: 1 addition & 1 deletion syslog-ng/tests/smoke.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

DOCKER="${DOCKER:-docker}"
SYSLOG_NG_IMAGE="${SYSLOG_NG_IMAGE:-ghcr.io/axoflow/axosyslog:latest}"
SYSLOG_NG_IMAGE="${SYSLOG_NG_IMAGE:-ghcr.io/overorion/axosyslog:latest}"
SYSLOG_NG_VERSION="${SYSLOG_NG_VERSION:-}"


Expand Down

0 comments on commit c67d7be

Please sign in to comment.