mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-08 02:34:46 -04:00
context
This commit is contained in:
parent
870f322efd
commit
805f14c9d1
1
.github/workflows/dockerbuild.dev-docs.yml
vendored
1
.github/workflows/dockerbuild.dev-docs.yml
vendored
@ -24,6 +24,7 @@ jobs:
|
|||||||
- name: Build container image
|
- name: Build container image
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
|
context: /docs
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghrc.io/${{ github.repository }}/dev-docs:latest
|
ghrc.io/${{ github.repository }}/dev-docs:latest
|
||||||
|
21
.github/workflows/dockerbuild.dev.yml
vendored
21
.github/workflows/dockerbuild.dev.yml
vendored
@ -6,27 +6,6 @@ on:
|
|||||||
- dev
|
- dev
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
push_to_registry:
|
|
||||||
name: Push Docker image to GitHub Packages
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
permissions:
|
|
||||||
packages: write
|
|
||||||
contents: read
|
|
||||||
steps:
|
|
||||||
- name: Check out the repo
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
- name: Log in to GitHub Docker Registry
|
|
||||||
uses: docker/login-action@v1
|
|
||||||
with:
|
|
||||||
registry: ghcr.io
|
|
||||||
username: ${{ github.repository_owner }}
|
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
- name: Build container image
|
|
||||||
uses: docker/build-push-action@v2
|
|
||||||
with:
|
|
||||||
push: true
|
|
||||||
tags: |
|
|
||||||
ghrc.io/${{ github.repository }}/dev-docs:latest
|
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user