Skip to content

Commit f4941cd

Browse files
committed
Updated github actions pipeline
1 parent eaf59f6 commit f4941cd

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)