File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 1+ name : Parseable CI Workflow
2+
13on :
24 pull_request :
35 paths-ignore :
68 - ' assets/**'
79 - ' **.md'
810
9- name : Parseable CI Workflow
10-
1111env :
1212 REGISTRY : ghcr.io
1313 IMAGE_NAME : ${{ github.repository }}
@@ -41,24 +41,20 @@ jobs:
4141 permissions :
4242 contents : read
4343 packages : write
44-
4544 steps :
4645 - name : Checkout repository
4746 uses : actions/checkout@v3
48-
4947 - name : Log in to the Container registry
5048 uses : docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
5149 with :
5250 registry : ${{ env.REGISTRY }}
5351 username : ${{ github.actor }}
5452 password : ${{ secrets.GITHUB_TOKEN }}
55-
5653 - name : Extract metadata (tags, labels) for Docker
5754 id : meta
5855 uses : docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
5956 with :
6057 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
61-
6258 - name : Build and push Docker image
6359 uses : docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
6460 with :
You can’t perform that action at this time.
0 commit comments