We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2499d51 commit 1f69f72Copy full SHA for 1f69f72
.github/workflows/release.yml
@@ -90,7 +90,7 @@ jobs:
90
matrix:
91
include:
92
- dockerfile: ./docker/dispatcher/Dockerfile
93
- image: researchcomputer/ocf:amd64-latest
+ image: researchcomputer/ocf
94
permissions:
95
contents: read
96
packages: write
@@ -145,7 +145,7 @@ jobs:
145
file: ${{ matrix.dockerfile }}
146
push: true
147
tags: ${{ steps.meta.outputs.tags }}
148
- platforms: linux/amd64,linux/arm64
+ platforms: linux/amd64
149
labels: ${{ steps.meta.outputs.labels }}
150
cache-from: type=gha
151
cache-to: type=gha,mode=max
0 commit comments