Skip to content

Commit

Permalink
Merge pull request #13 from mitzkia/version/4.9.0
Browse files Browse the repository at this point in the history
Version/4.9.0
  • Loading branch information
mitzkia authored Jan 23, 2025
2 parents 70ed728 + 3cc5925 commit ffb1d1b
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/axosyslog-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
echo "Rebuilding an older AxoSyslog version is not allowed. Please provide a valid git tag version."
exit 1
fi
TAGS="ghcr.io/axoflow/axosyslog:$next_docker_tag,ghcr.io/axoflow/axosyslog:$next_docker_tag_with_patch,ghcr.io/axoflow/axosyslog:latest"
TAGS="ghcr.io/mitzkia/axosyslog:$next_docker_tag,ghcr.io/mitzkia/axosyslog:$next_docker_tag_with_patch,ghcr.io/mitzkia/axosyslog:latest"
echo "tags=$TAGS" >> $GITHUB_OUTPUT
fi
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/axosyslog-image-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
jobs:
pre-check:
runs-on: ubuntu-latest
if: github.repository_owner == 'axoflow'
steps:
- name: Validate tag
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/axosyslog-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ on:
jobs:
pre-check:
runs-on: ubuntu-latest
if: github.repository_owner == 'axoflow'
steps:
- name: Validate tag
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/index-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
VERBOSE_LOG_PATH: index-packages-verbose.log
GPG_KEY_PATH: axosyslog_signing_key.sub.priv.asc

if: github.repository_owner == 'axoflow'

steps:
- name: Checkout source code
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/upload-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:

runs-on: ubuntu-latest

if: github.repository_owner == 'axoflow'

strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion docker/apkbuild/axoflow/axosyslog/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ subpackages="
$pkgname-python3:_python3
$pkgname-grpc:_grpc
"
source="https://github.com/axoflow/axosyslog/releases/download/axosyslog-$pkgver/axosyslog-$pkgver.tar.gz
source="https://github.com/mitzkia/axosyslog/releases/download/axosyslog-$pkgver/axosyslog-$pkgver.tar.gz
"
builddir="$srcdir/axosyslog-$pkgver"

Expand Down

0 comments on commit ffb1d1b

Please # to comment.