mirror of
https://github.com/hoellen/docker-nextcloud.git
synced 2025-04-20 04:29:34 +00:00
Load image to local docker store after build
This commit is contained in:
parent
aee6dc8d01
commit
996eefa858
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user