Skip to content

Commit 48df33e

Browse files
committed
Test github workflows
1 parent d452212 commit 48df33e

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
lines changed

.github/workflows/github-action-bleeding-edge.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,3 @@ jobs:
4848
config-name: configs/draft-release.yml
4949
env:
5050
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51-
52-
- uses: technote-space/release-github-actions@v6

.github/workflows/release.yaml

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,19 @@ permissions:
77
contents: write
88

99
jobs:
10-
default:
11-
uses: cloudposse/github-actions-workflows/.github/workflows/dockerized-app-release.yml@main
12-
with:
13-
organization: "${{ github.event.repository.owner.login }}"
14-
repository: "${{ github.event.repository.name }}"
15-
registry: registry.hub.docker.com
16-
version: ${{ github.event.release.tag_name }}
17-
secrets:
18-
docker-login: "${{ secrets.DOCKERHUB_USERNAME }}"
19-
docker-password: "${{ secrets.DOCKERHUB_PASSWORD }}"
20-
github-private-actions-pat: "${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}"
10+
release:
11+
name: Release GitHub Actions
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: technote-space/release-github-actions@v6
15+
# default:
16+
# uses: cloudposse/github-actions-workflows/.github/workflows/dockerized-app-release.yml@main
17+
# with:
18+
# organization: "${{ github.event.repository.owner.login }}"
19+
# repository: "${{ github.event.repository.name }}"
20+
# registry: registry.hub.docker.com
21+
# version: ${{ github.event.release.tag_name }}
22+
# secrets:
23+
# docker-login: "${{ secrets.DOCKERHUB_USERNAME }}"
24+
# docker-password: "${{ secrets.DOCKERHUB_PASSWORD }}"
25+
# github-private-actions-pat: "${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}"

0 commit comments

Comments
 (0)