Skip to content

Commit

Permalink
enable docker on branch
Browse files Browse the repository at this point in the history
  • Loading branch information
reuvenharrison committed Nov 24, 2024
1 parent 9dc7298 commit 0e5acd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- 'main'
- 'origin'
tags:
- 'v*'
jobs:
Expand Down Expand Up @@ -50,7 +51,7 @@ jobs:
platforms: linux/amd64,linux/arm64
context: ./
file: ./Dockerfile
tags: tufin/oasdiff:${{ github.ref_name }}, tufin/oasdiff:stable, tufin/oasdiff:latest
tags: tufin/oasdiff:${{ github.ref_name }}
labels: ${{ steps.meta.outputs.labels }}
if: github.ref != 'refs/heads/main' && github.event_name != 'pull_request'

Expand Down

0 comments on commit 0e5acd7

Please sign in to comment.