Skip to content

Commit 1f69f72

Browse files
committed
fix ci
1 parent 2499d51 commit 1f69f72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
matrix:
9191
include:
9292
- dockerfile: ./docker/dispatcher/Dockerfile
93-
image: researchcomputer/ocf:amd64-latest
93+
image: researchcomputer/ocf
9494
permissions:
9595
contents: read
9696
packages: write
@@ -145,7 +145,7 @@ jobs:
145145
file: ${{ matrix.dockerfile }}
146146
push: true
147147
tags: ${{ steps.meta.outputs.tags }}
148-
platforms: linux/amd64,linux/arm64
148+
platforms: linux/amd64
149149
labels: ${{ steps.meta.outputs.labels }}
150150
cache-from: type=gha
151151
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)