Skip to content

Commit

Permalink
Test docker now
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon committed Jul 29, 2024
1 parent 70b25c9 commit f976610
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 42 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Publish OpenSearch Benchmark Docker Image
on:
pull_request:
workflow_dispatch:
inputs:
logLevel:
description: Log level
required: true
default: warning
type: choice
options:
- info
- warning
- debug

jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
# - name: Login to DockerHub
# uses: docker/login-action@v1
# with:
# username: ${{ secrets.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
run: |
docker buildx version
42 changes: 0 additions & 42 deletions .github/workflows/docker.yml

This file was deleted.

0 comments on commit f976610

Please sign in to comment.