Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/workflows/docker-image-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ on:
push:
branches: ["main"]

env:
BUILD_ARGS: |
RAILPACK_VERSION=0.4.0

jobs:
build-arm:
runs-on: ubuntu-24.04-arm
Expand All @@ -18,7 +14,6 @@ jobs:
- name: Build and push multi-arch Docker image
uses: docker/build-push-action@v6
with:
build-args: ${{ env.BUILD_ARGS }}
file: Dockerfile
platforms: linux/arm64
push: false
Expand Down Expand Up @@ -84,7 +79,6 @@ jobs:
- name: Build and push multi-arch Docker image
uses: docker/build-push-action@v6
with:
build-args: ${{ env.BUILD_ARGS }}
file: Dockerfile
platforms: linux/amd64,linux/arm64
push: true
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ ENV PATH="/usr/bin:$PATH"

ARG RAILPACK_VERSION
ENV RAILPACK_VERSION=${RAILPACK_VERSION}
RUN curl -sSL https://railpack.com/install.sh | bash
RUN curl -fsSL https://railpack.com/install.sh | bash