Skip to content

Commit

Permalink
tmp changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Andras Mitzki committed Dec 11, 2024
1 parent 8819e58 commit ff36c55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/axosyslog-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
platforms:
required: false
type: string
default: linux/amd64,linux/arm64,linux/arm/v7
default: linux/amd64
snapshot-tarball-artifact:
required: false
type: string
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
image-build:
if: github.repository_owner == 'axoflow' || github.event_name != 'schedule'
if: github.event_name != 'schedule'
runs-on: ${{ matrix.platform == 'linux/arm64' && 'linux-arm64' || 'ubuntu-latest' }}
needs: prepare

Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
next_patch_level=1
fi
next_full_version="$last_version-$next_patch_level"
TAGS="ghcr.io/axoflow/axosyslog:$last_version,ghcr.io/axoflow/axosyslog:$next_full_version,ghcr.io/axoflow/axosyslog:latest"
TAGS="ghcr.io/mitzkia/axosyslog:$last_version,ghcr.io/mitzkia/axosyslog:$next_full_version,ghcr.io/mitzkia/axosyslog:latest"
echo "tags=$TAGS" >> $GITHUB_OUTPUT
- name: Compose Docker image tags
Expand Down

0 comments on commit ff36c55

Please sign in to comment.