Update build image and Alloy to use 1.22.5 #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check Windows build image | |
on: | |
pull_request: | |
paths: | |
- 'tools/build-image/windows/**' | |
jobs: | |
check-windows-build-image: | |
runs-on: windows-2019 | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: Create test Windows build image | |
uses: mr-smithers-excellent/docker-build-push@v6 | |
with: | |
image: grafana/alloy-build-image | |
tags: latest | |
registry: docker.io | |
pushImage: false | |
dockerfile: ./tools/build-image/windows/Dockerfile |