Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix
Browse files Browse the repository at this point in the history
ettoreleandrotognoli authored and Jenkins committed Jan 25, 2025
1 parent 8d5f668 commit f0e60ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
@@ -62,7 +62,7 @@ jobs:
build-args: |
ENABLE_PRERE=${{ github.event.inputs.prere }}
ENABLE_VIP=${{ github.event.inputs.vip }}
PACKETVER=${{ PACKETVER }}
PACKETVER=${{ github.event.inputs.PACKETVER }}
tags: "rathena/${{ github.event.inputs.image_name }}:${{ github.event.inputs.image_tag }}"
platforms: linux/amd64, linux/386, linux/arm64, linux/arm/v7
push: true

0 comments on commit f0e60ed

Please sign in to comment.