Skip to content

Commit

Permalink
remove full-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ukitomato committed Dec 9, 2021
1 parent 0881f23 commit f79c17f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 126 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,17 +83,6 @@ jobs:
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache

- name: Build and push for full-schema
id: docker_build_full
uses: docker/build-push-action@v2.7.0
with:
context: ./
file: ./Dockerfile.full
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}-full
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
ghcr:
runs-on: ubuntu-latest
permissions:
Expand All @@ -109,12 +98,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

# Install the cosign tool except on PR
# https://github.com/sigstore/cosign-installer
- name: Install cosign
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@v1.3.1

# Workaround: https://github.com/docker/build-push-action/issues/461
- name: Setup Docker buildx
uses: docker/setup-buildx-action@v1.6.0
Expand Down Expand Up @@ -168,15 +151,3 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache

- name: Build and push for full-schema
id: docker_build_full
uses: docker/build-push-action@v2.7.0
with:
context: ./
file: ./Dockerfile.full
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}-full
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
42 changes: 0 additions & 42 deletions Dockerfile.full

This file was deleted.

55 changes: 0 additions & 55 deletions texlive-full.profile

This file was deleted.

0 comments on commit f79c17f

Please sign in to comment.