Skip to content

Commit

Permalink
Merge pull request #36 from grafana/35-release-workflow
Browse files Browse the repository at this point in the history
use Release workflow from grafana/k6-extension-workflows
  • Loading branch information
szkiba authored Nov 28, 2024
2 parents 784f5a7 + 6f9f74a commit c0b0da9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 53 deletions.
56 changes: 4 additions & 52 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,58 +1,10 @@
name: Release

on:
push:
tags:
- "v*"
tags: ["v*.*.*"]

jobs:
release:
name: Bundle xk6 extensions
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}

steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Build
id: build
uses: szkiba/xk6bundler@v0
with:
with: github.com/grafana/xk6-faker=/github/workspace

- name: Create Release
uses: softprops/action-gh-release@v2
with:
files: dist/*.tar.gz

- name: Log in to the Container registry
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
- name: Build and push Docker image
uses: docker/build-push-action@v6
with:
push: true
context: ./${{ steps.build.outputs.dockerdir }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
name: Release
uses: grafana/k6-extension-workflows/.github/workflows/[email protected]
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ on:
jobs:
validate:
name: Validate
uses: grafana/k6-extension-workflows/.github/workflows/validate.yml@v0.1.0
uses: grafana/k6-extension-workflows/.github/workflows/validate.yml@v0.2.0

0 comments on commit c0b0da9

Please sign in to comment.