Skip to content

Commit

Permalink
Version from tag
Browse files Browse the repository at this point in the history
  • Loading branch information
pbochynski committed Jun 11, 2024
1 parent 74fe08b commit b104e8d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@ on:
push:
branches:
- main
tags:
- '*.*.*'

jobs:
build-image:
uses: kyma-project/test-infra/.github/workflows/image-builder.yml@main
with:
name: ip-auth
dockerfile: Dockerfile
context: .
context: .
tags: |
ghcr.io/kyma-project/ip-auth:latest
ghcr.io/kyma-project/ip-auth:${{ github.ref_name }}

0 comments on commit b104e8d

Please sign in to comment.