From d9c81fc6ca9f6e4b53b9b2ffc7cd72c8cc997073 Mon Sep 17 00:00:00 2001 From: Sergei Kuvakin Date: Sun, 3 Jan 2021 18:46:46 +0200 Subject: [PATCH] qemu 5.2.0-2 --- .github/workflows/actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index ad06bed..720afb4 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -11,8 +11,8 @@ jobs: echo "ORIGIN_VERSION=${ORIGIN_VERSION}" >> $GITHUB_ENV echo "DOCKER_REPO=${DOCKER_REPO}/$GITHUB_REPOSITORY" >> $GITHUB_ENV env: - VERSION: 5.2.0-1 - ORIGIN_VERSION: 5.2+dfsg-2 + VERSION: 5.2.0-2 + ORIGIN_VERSION: 5.2+dfsg-3 DOCKER_REPO: docker.io - name: Build releases run: |