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