Skip to content

Commit 7f8d4ce

Browse files
authored
Merge pull request #1111 from supertokens/ci/publish_docker
ci: fix docker image push
2 parents ef77f55 + 6fb868e commit 7f8d4ce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish-dev-docker.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- "**"
66
jobs:
77
docker:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-24.04-arm
99
steps:
1010
- name: set tag
1111
id: set_tag
@@ -38,6 +38,5 @@ jobs:
3838
uses: docker/build-push-action@v6
3939
with:
4040
push: true
41-
platforms: linux/amd64,linux/arm64
4241
tags: ${{ vars.DOCKERHUB_USERNAME }}/supertokens-core:dev-branch-${{ steps.set_tag.outputs.TAG }}
4342
file: .github/helpers/Dockerfile

0 commit comments

Comments
 (0)