Skip to content

Commit

Permalink
Run build and publish images for Git tags (envoyproxy#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
nacx authored Nov 18, 2022
1 parent 9df6348 commit c1d2e00
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- main
tags:
- "*"
paths-ignore:
- "**/*.md"
- "LICENSE"
Expand Down Expand Up @@ -104,7 +106,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
push: ${{ github.event_name == 'push' }}
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
Expand Down

0 comments on commit c1d2e00

Please sign in to comment.