Load image to local docker store after build

This commit is contained in:
Jan Wagner 2024-12-13 18:20:55 +01:00
parent aee6dc8d01
commit 996eefa858
No known key found for this signature in database
GPG Key ID: 0C70557B5A06513E

View File

@ -62,10 +62,12 @@ jobs:
${{ env.FULL_VERSION }} ${{ env.FULL_VERSION }}
${{ env.MAJOR_VERSION }} ${{ env.MAJOR_VERSION }}
- name: Build Docker image - name: Build and export Docker image to Docker
id: build id: build
uses: docker/build-push-action@v2 uses: docker/build-push-action@v2
with: with:
load: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:test
context: . context: .
- name: Push Docker image - name: Push Docker image