Skip to content

Commit

Permalink
Update build-docker.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraj-kumar00 authored Oct 9, 2024
1 parent 581a0f2 commit 1ce309f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build and Push Docker Image
on:
push:
branches: [ "main" ]
workflow_dispatch:

jobs:
build:
Expand All @@ -21,4 +22,4 @@ jobs:
run: docker build -t surajkumar00/devops-url2qr-api .

- name: Push the Docker image to DockerHub
run: docker push surajkumar00/devops-url2qr-api
run: docker push surajkumar00/devops-url2qr-api

0 comments on commit 1ce309f

Please sign in to comment.