mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-07 10:15:03 -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
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: /docs
|
||||
push: true
|
||||
tags: |
|
||||
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
|
||||
|
||||
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:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user