Skip to content

feat(governance): confidential computing, MoE routing, PQC WORM — run… #258

feat(governance): confidential computing, MoE routing, PQC WORM — run…

feat(governance): confidential computing, MoE routing, PQC WORM — run… #258

Workflow file for this run

name: Build and Push Docker Image

Check failure on line 1 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

(Line: 21, Col: 14): Unexpected value '', (Line: 22, Col: 9): Unexpected value 'username', (Line: 23, Col: 9): Unexpected value 'password', (Line: 27, Col: 14): Unexpected value '', (Line: 28, Col: 9): Unexpected value 'push', (Line: 29, Col: 9): Unexpected value 'tags'
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v1.6.0 # v1.6.0
- name: Log in to Docker Hub
uses: docker/login-action@0d4c9c5f114e0051d914bca15554477dd762a938 # v1.14.1 # v1.14.1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push
uses: docker/build-push-action@ad82d024503b15000a683bdffec2bb5c0ccca10c # v2.10.0 # v2.10.0
with:
push: true
tags: your-dockerhub-username/agi-pipeline:latest