Skip to content

Commit

Permalink
add ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-br committed Jul 16, 2023
1 parent 664455a commit ababa2f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Docker build
on:
push:
tags:
- '*'
permissions:
contents: write
id-token: write
packages: write
jobs:
publish-pulumi-operator-kubernetes-job:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and Publish pulumi-operator-kubernetes-job Docker Image
uses: VaultVulp/gp-docker-action@1.1.12
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
image-name: pulumi-operator-kubernetes-job
dockerfile: pulumi-operator-kubernetes-job/Dockerfile
extract-git-tag: true

0 comments on commit ababa2f

Please sign in to comment.