mirror of
https://github.com/hoellen/docker-nextcloud.git
synced 2025-04-19 20:19:24 +00:00
Split image build and push
This commit is contained in:
parent
a7ade2cbc4
commit
758c4c813a
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -62,8 +62,14 @@ jobs:
|
||||
${{ env.FULL_VERSION }}
|
||||
${{ env.MAJOR_VERSION }}
|
||||
|
||||
- name: Build and push Docker image
|
||||
id: build-and-push
|
||||
- name: Build Docker image
|
||||
id: build
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: .
|
||||
|
||||
- name: Push Docker image
|
||||
id: push
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: .
|
||||
|
Loading…
x
Reference in New Issue
Block a user