Skip to content

Commit

Permalink
fix: Fix Docker image push process
Browse files Browse the repository at this point in the history
  • Loading branch information
Lim-Changi committed May 5, 2024
1 parent a296b1e commit 2456d00
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/cd.develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Docker meta
id: docker_meta
uses: crazy-max/ghaction-docker-meta@v3
with:
images: ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKER_IMAGE }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

Expand Down

0 comments on commit 2456d00

Please sign in to comment.