mirror of
https://github.com/catdevnull/preciazo.git
synced 2025-02-23 11:16:28 +00:00
chore: disable api CI
This commit is contained in:
parent
2c4bc2acf7
commit
840dd46723
1 changed files with 31 additions and 31 deletions
62
.github/workflows/container.yml
vendored
62
.github/workflows/container.yml
vendored
|
@ -95,37 +95,37 @@ jobs:
|
||||||
cache-to: type=inline
|
cache-to: type=inline
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
|
|
||||||
build-and-push-api-amd64:
|
# build-and-push-api-amd64:
|
||||||
name: "[amd64] oci:api"
|
# name: "[amd64] oci:api"
|
||||||
runs-on: ubicloud-standard-16
|
# runs-on: ubicloud-standard-16
|
||||||
permissions:
|
# permissions:
|
||||||
contents: read
|
# contents: read
|
||||||
packages: write
|
# packages: write
|
||||||
steps:
|
# steps:
|
||||||
- name: Set up Docker Buildx
|
# - name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
# uses: docker/setup-buildx-action@v3
|
||||||
- name: Log in to the Container registry
|
# - name: Log in to the Container registry
|
||||||
uses: docker/login-action@v3
|
# uses: docker/login-action@v3
|
||||||
with:
|
# with:
|
||||||
registry: ${{ env.REGISTRY }}
|
# registry: ${{ env.REGISTRY }}
|
||||||
username: ${{ github.actor }}
|
# username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
# password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Extract metadata (tags, labels) for Docker
|
# - name: Extract metadata (tags, labels) for Docker
|
||||||
id: meta
|
# id: meta
|
||||||
uses: docker/metadata-action@v5
|
# uses: docker/metadata-action@v5
|
||||||
with:
|
# with:
|
||||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/api
|
# images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/api
|
||||||
- name: Build and push Docker image
|
# - name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v5
|
# uses: docker/build-push-action@v5
|
||||||
with:
|
# with:
|
||||||
context: "{{defaultContext}}:rust/"
|
# context: "{{defaultContext}}:rust/"
|
||||||
file: api.Dockerfile
|
# file: api.Dockerfile
|
||||||
push: true
|
# push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
# tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
# labels: ${{ steps.meta.outputs.labels }}
|
||||||
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
|
# cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
|
||||||
cache-to: type=inline
|
# cache-to: type=inline
|
||||||
platforms: linux/amd64
|
# platforms: linux/amd64
|
||||||
|
|
||||||
# build-and-push-scraper-arm64:
|
# build-and-push-scraper-arm64:
|
||||||
# name: "[arm64] oci:scraper"
|
# name: "[arm64] oci:scraper"
|
||||||
|
|
Loading…
Reference in a new issue