Skip to content

Commit

Permalink
Rename branch in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PiyushXCoder committed Jul 17, 2024
1 parent 6e5dbae commit a1b0dcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: Docker Image CI
on:
push:
branches:
- "main"
- "master"

jobs:
push-store-image:
runs-on: ubuntu-latest
steps:
- name: 'Checkout GitHub Action'
uses: actions/checkout@main
uses: actions/checkout@master

- name: 'Login to GitHub Container Registry'
uses: docker/login-action@v1
Expand Down

0 comments on commit a1b0dcc

Please sign in to comment.