From 2a1b01ed2b756f346d8b1c06d59c1c259b52f9be Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Wed, 13 Sep 2023 04:34:52 -0200 Subject: [PATCH] Fix docker push --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f5be131c..d148fd99 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -161,6 +161,6 @@ jobs: $GH release edit $VERSION-$BROMITE_SHA -t $VERSION-$BROMITE_SHA $GH release edit $VERSION-$BROMITE_SHA --draft=false - docker push uazo/cromite:$VERSION - docker push uazo/cromite-build:$VERSION + docker push uazo/cromite:$VERSION-$BROMITE_SHA + docker push uazo/cromite-build:$VERSION-$BROMITE_SHA