diff --git a/.github/workflows/build-and-publish-vanilla-zephyr.yaml b/.github/workflows/build-and-publish-vanilla-zephyr.yaml index 04bc176..57324e7 100644 --- a/.github/workflows/build-and-publish-vanilla-zephyr.yaml +++ b/.github/workflows/build-and-publish-vanilla-zephyr.yaml @@ -66,4 +66,4 @@ jobs: build-args: | ZEPHYR_VERSION=${{ matrix.variant.zephyr_version }} MCUBOOT_VERSION=${{ matrix.variant.mcuboot_version }} - BASE_IMAGE=${{ steps.meta-ci.outputs.tags }} + BASE_IMAGE=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-${{ matrix.variant.zephyr_version }}-ci:${{ inputs.release_version }} diff --git a/CHANGELOG.md b/CHANGELOG.md index e04d15f..c0224ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] +### Fixed + +- Fixed publish workflow for vanilla Zephyr Dev image. + ## [1.0.0] - 2024-07-05 ### Added @@ -13,4 +17,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Vanilla Zephyr Dockerfiles and publish workflows. [unreleased]: https://github.com/IRNAS/irnas-docker-software/compare/v1.0.0...HEAD -[1.0.0]: https://github.com/IRNAS/irnas-docker-software/compare/b08044e0137bcbbf5f060545de6b2d2a9f1ee8d8...v1.0.0 +[1.0.0]: + https://github.com/IRNAS/irnas-docker-software/compare/b08044e0137bcbbf5f060545de6b2d2a9f1ee8d8...v1.0.0