Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ettoreleandrotognoli authored and Jenkins committed Jan 14, 2025
1 parent 82fd9d3 commit ee1db49
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
Expand Up @@ -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 ee1db49

Please sign in to comment.