mirror of https://github.com/PiyushXCoder/lupt.git
Rename branch in workflow
This commit is contained in:
parent
6e5dbaedf6
commit
a1b0dcc3b2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue