Skip to content

Commit

Permalink
Build and deploy to github registry
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinLMayes committed Mar 24, 2024
1 parent efc7eb3 commit 18189d4
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/docker_action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: selectdb/doris.k8s-operator
images: ghcr.io/teamziax/doris-operator

- name: Doris Debug meta
id: debug_meta
Expand All @@ -27,14 +27,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Login to Docker Hub
uses: docker/login-action@v3
env:
Version: ${{ steps.vars.outputs.tag }}
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v5
env:
Expand Down

0 comments on commit 18189d4

Please sign in to comment.