Skip to content

Commit

Permalink
Test github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha committed Aug 10, 2022
1 parent d452212 commit 48df33e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/github-action-bleeding-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,3 @@ jobs:
config-name: configs/draft-release.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: technote-space/release-github-actions@v6
27 changes: 16 additions & 11 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,19 @@ permissions:
contents: write

jobs:
default:
uses: cloudposse/github-actions-workflows/.github/workflows/dockerized-app-release.yml@main
with:
organization: "${{ github.event.repository.owner.login }}"
repository: "${{ github.event.repository.name }}"
registry: registry.hub.docker.com
version: ${{ github.event.release.tag_name }}
secrets:
docker-login: "${{ secrets.DOCKERHUB_USERNAME }}"
docker-password: "${{ secrets.DOCKERHUB_PASSWORD }}"
github-private-actions-pat: "${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}"
release:
name: Release GitHub Actions
runs-on: ubuntu-latest
steps:
- uses: technote-space/release-github-actions@v6
# default:
# uses: cloudposse/github-actions-workflows/.github/workflows/dockerized-app-release.yml@main
# with:
# organization: "${{ github.event.repository.owner.login }}"
# repository: "${{ github.event.repository.name }}"
# registry: registry.hub.docker.com
# version: ${{ github.event.release.tag_name }}
# secrets:
# docker-login: "${{ secrets.DOCKERHUB_USERNAME }}"
# docker-password: "${{ secrets.DOCKERHUB_PASSWORD }}"
# github-private-actions-pat: "${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}"

0 comments on commit 48df33e

Please sign in to comment.