From bf07467e6d4ff48c7f03fc48d80ad2de7a813c71 Mon Sep 17 00:00:00 2001 From: Chun-Hung Tseng Date: Wed, 21 Feb 2024 01:53:37 +0100 Subject: [PATCH] CI: Fix pushing Docker images automatically (#353) --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 75ff7fae..9e5e3a84 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 }}