Skip to content

Commit

Permalink
updated workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
realkaranvir committed Dec 6, 2024
1 parent 1276bda commit f6353f4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Docker Image CI/CD

on:
push:
branches:
- karan

jobs:
push_to_registry:
Expand All @@ -20,6 +18,9 @@ jobs:
username: ${{ secrets.DOCKER_HUB_EMAIL }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}

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

- name: Cache Docker Dependencies
uses: actions/cache@v3
with:
Expand Down

0 comments on commit f6353f4

Please sign in to comment.