Skip to content

Commit

Permalink
Ensure build tag information gets set correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
zlepper committed May 23, 2024
1 parent 8ee2dae commit d4d644e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,13 @@ name: Docker build + push

on:
push:
branches:
- "master"
tags:
- "v*.*.*"
paths:
- "crds/**"
- "src/**"
- "Dockerfile"
- "Cargo.*"
- ".github/workflows/docker-image.yml"
pull_request:
branches:
- "master"
paths:
- "crds/**"
- "src/**"
Expand Down Expand Up @@ -75,3 +69,4 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: BUILDKIT_CONTEXT_KEEP_GIT_DIR=1

0 comments on commit d4d644e

Please sign in to comment.