Updated building images workflow

This commit is contained in:
Alexey Pustovalov 2024-02-17 23:28:27 +09:00
parent 994c693c11
commit e42110fb84

View File

@ -358,7 +358,7 @@ jobs:
file: ${{ env.DOCKERFILES_DIRECTORY }}/${{ env.BASE_BUILD_NAME }}/${{ matrix.os }}/Dockerfile
platforms: ${{ steps.platform.outputs.list }}
push: ${{ env.AUTO_PUSH_IMAGES == 'true' }}
load: ${{ ! env.AUTO_PUSH_IMAGES }}
load: ${{ env.AUTO_PUSH_IMAGES != 'true' }}
tags: ${{ steps.meta.outputs.tags }}
labels: |
org.opencontainers.image.revision=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.revision'] }}