File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -136,9 +136,6 @@ jobs:
136136 with :
137137 fetch-depth : 0
138138
139- - name : Set up QEMU (multiplatform support)
140- uses : docker/setup-qemu-action@v3
141-
142139 - name : Set up Docker Buildx
143140 uses : docker/setup-buildx-action@v3
144141
@@ -148,13 +145,6 @@ jobs:
148145 username : ${{ secrets.DOCKERHUB_USERNAME }}
149146 password : ${{ secrets.DOCKERHUB_TOKEN }}
150147
151- - name : Login to ghcr.io registry
152- uses : docker/login-action@v3
153- with :
154- registry : ghcr.io
155- username : ${{ github.actor }}
156- password : ${{ secrets.GITHUB_TOKEN }}
157-
158148 - name : Build and push to dockerhub
159149 uses : docker/build-push-action@v5
160150 with :
@@ -163,4 +153,3 @@ jobs:
163153 tags : adreaskar/javascriptgr:latest
164154 cache-from : type=gha
165155 cache-to : type=gha,mode=max
166- platforms : linux/amd64,linux/arm64
You can’t perform that action at this time.
0 commit comments