mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-25 08:55:08 +00:00
commit
3d958d29dc
1 changed files with 2 additions and 8 deletions
10
.github/workflows/production-image.yml
vendored
10
.github/workflows/production-image.yml
vendored
|
|
@ -31,15 +31,9 @@ jobs:
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Bake
|
- name: Bake and push
|
||||||
uses: docker/bake-action@v4
|
uses: docker/bake-action@v4
|
||||||
with:
|
with:
|
||||||
|
push: true
|
||||||
targets: default
|
targets: default
|
||||||
no-cache: true
|
no-cache: true
|
||||||
|
|
||||||
- name: Push
|
|
||||||
uses: docker/push-action@v2
|
|
||||||
with:
|
|
||||||
registry: ${{ env.REGISTRY }}
|
|
||||||
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
|
||||||
tags: latest
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue