Skip to content

Commit

Permalink
reverting changes after test success
Browse files Browse the repository at this point in the history
  • Loading branch information
Avi-Robusta committed Jun 11, 2024
1 parent 6ddeb13 commit 5e6a0f2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docker-build-on-tag.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Docker Build and Push

on: [push, pull_request, workflow_dispatch]
on:
push:
tags:
- '*'

jobs:
build:
Expand All @@ -25,6 +28,6 @@ jobs:
context: .
platforms: linux/arm64,linux/amd64
push: true
tags: robustadev/krr:test-image
tags: robustadev/krr:${{ github.ref_name }}
build-args: |
BUILDKIT_INLINE_CACHE=1

0 comments on commit 5e6a0f2

Please sign in to comment.