Skip to content

Commit a2b91a4

Browse files
committed
temp
1 parent b07f127 commit a2b91a4

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: Parseable CI Workflow
2+
13
on:
24
pull_request:
35
paths-ignore:
@@ -6,8 +8,6 @@ on:
68
- 'assets/**'
79
- '**.md'
810

9-
name: Parseable CI Workflow
10-
1111
env:
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:

0 commit comments

Comments
 (0)