Skip to content

Commit bf07467

Browse files
authored
CI: Fix pushing Docker images automatically (#353)
1 parent c4c2926 commit bf07467

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ jobs:
155155
if: ${{ github.event_name == 'push'}}
156156
uses: docker/build-push-action@v5
157157
with:
158+
push: true
158159
context: .
159160
platforms: linux/amd64,linux/arm64/v8
160161
tags: sysprog21/rv32emu:latest, sysprog21/rv32emu:${{ env.short_hash }}

0 commit comments

Comments
 (0)