Skip to content

Commit 19e3d0a

Browse files
committed
Cleanup
1 parent 081967a commit 19e3d0a

File tree

2 files changed

+1
-40
lines changed

2 files changed

+1
-40
lines changed

.github/workflows/gha-summarizer.yaml

-40
Original file line numberDiff line numberDiff line change
@@ -10,46 +10,6 @@ env:
1010
image: ghcr.io/${{ github.repository }}/gha-summarizer
1111

1212
jobs:
13-
build:
14-
permissions:
15-
contents: read
16-
packages: write
17-
runs-on: ubuntu-latest
18-
outputs:
19-
imageid: ${{ steps.docker_metadata.outputs.imageid }}
20-
steps:
21-
- name: Checkout
22-
uses: actions/checkout@v4
23-
with:
24-
ref: ${{ github.event.pull_request.head.ref }}
25-
repository: ${{ github.event.pull_request.head.repo.full_name }}
26-
27-
- name: Set up Docker metadata
28-
id: docker_metadata
29-
uses: docker/metadata-action@v5
30-
with:
31-
images: ${{ env.image }}
32-
tags: |
33-
type=ref,event=branch
34-
type=ref,event=pr
35-
type=ref,event=tag
36-
type=sha
37-
38-
- name: Login to GitHub Container Registry
39-
uses: docker/login-action@v3
40-
with:
41-
registry: ghcr.io
42-
username: ${{ github.actor }}
43-
password: ${{ secrets.GITHUB_TOKEN }}
44-
45-
- name: Build and push Docker image
46-
uses: docker/build-push-action@v6
47-
with:
48-
push: ${{ github.event_name != 'pull_request_target' }}
49-
tags: ${{ steps.docker_metadata.outputs.tags }}
50-
labels: ${{ steps.docker_metadata.outputs.labels }}
51-
token: ${{ github.token }}
52-
5313
test:
5414
permissions:
5515
contents: read

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# GHA Summarizer

0 commit comments

Comments
 (0)