Skip to content

Commit fe18b97

Browse files
pcncdarora
authored andcommitted
chore: point workflow to proper Dockerfile
1 parent 5272f1f commit fe18b97

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/dockerhub-release-aio.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
include:
3939
- runner: [self-hosted, X64]
4040
arch: amd64
41-
# - runner: arm-runner
42-
# arch: arm64
41+
- runner: arm-runner
42+
arch: arm64
4343
runs-on: ${{ matrix.runner }}
4444
timeout-minutes: 180
4545
outputs:
@@ -56,9 +56,10 @@ jobs:
5656
- id: build
5757
uses: docker/build-push-action@v3
5858
with:
59+
file: docker/all-in-one/Dockerfile
5960
push: true
6061
build-args: |
61-
postgres_version=${{ needs.settings.outputs.docker_version }}_${{ matrix.arch }}
62+
postgres_version=${{ needs.settings.outputs.docker_version }}
6263
${{ needs.settings.outputs.build_args }}
6364
target: production
6465
tags: ${{ needs.settings.outputs.image_tag }}_${{ matrix.arch }}

0 commit comments

Comments
 (0)