From 1647127c674da1630fd2aa68fc5690794b60d5af Mon Sep 17 00:00:00 2001 From: assaf <445552+asssaf@users.noreply.github.com> Date: Sun, 5 Oct 2025 08:41:49 -0700 Subject: [PATCH] add package to tag --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 060a1a6..2e825cf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,6 @@ env: PICORE_VERSION_MAJOR: 16 PICORE_VERSION_MINOR: 0 PICORE_VERSION_MICRO: 0 - TAG: lastest jobs: build: @@ -22,6 +21,9 @@ jobs: matrix: package: [piCore, piCore64] + env: + TAG: "latest-${{matrix.package}}" + steps: - name: 'Login to GitHub Container Registry' uses: docker/login-action@v3