Skip to content

Commit

Permalink
CI: Fix pushing Docker images automatically (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
henrybear327 authored Feb 21, 2024
1 parent c4c2926 commit bf07467
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ jobs:
if: ${{ github.event_name == 'push'}}
uses: docker/build-push-action@v5
with:
push: true
context: .
platforms: linux/amd64,linux/arm64/v8
tags: sysprog21/rv32emu:latest, sysprog21/rv32emu:${{ env.short_hash }}
Expand Down

0 comments on commit bf07467

Please sign in to comment.