Skip to content

Commit 15b92f8

Browse files
authored
Update release.yaml
1 parent f04a6e0 commit 15b92f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
registry: ghcr.io
2626
username: ${{ secrets.DOCKER_MACHINE_USER }}
2727
password: ${{ secrets.DOCKER_MACHINE_TOKEN }}
28-
2928
- name: Build and push
3029
uses: docker/build-push-action@v6
3130
if: !startsWith(github.ref_name, 'v')
31+
3232
with:
3333
push: true
3434
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)