Updated Windows / Linux / RHEL workflow
This commit is contained in:
parent
b0e070a930
commit
129cb946d3
2
.github/workflows/images_build.yml
vendored
2
.github/workflows/images_build.yml
vendored
|
|
@ -787,7 +787,7 @@ jobs:
|
|||
|
||||
- name: Build and push snmptraps image
|
||||
if: ${{ matrix.build == 'snmptraps' }}
|
||||
id: docker_build
|
||||
id: docker_build_snmptraps
|
||||
uses: ./.github/actions/docker-build-linux
|
||||
with:
|
||||
context: ${{ format('{0}/{1}/{2}', env.DOCKERFILES_DIRECTORY, matrix.build, matrix.os) }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue