Skip to content

Commit

Permalink
fix: publish workflow for vanilla Zephyr Dev image
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkoSagadin committed Jul 9, 2024
1 parent 0714391 commit 5f3c3ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-vanilla-zephyr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,16 @@ 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

- 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

0 comments on commit 5f3c3ff

Please sign in to comment.