Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
only on release
Browse files Browse the repository at this point in the history
  • Loading branch information
swissbuechi committed Nov 10, 2023
1 parent 9d3b865 commit 696a58f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Build Docker image

on:
push:
release:
types: [ published ]

permissions:
contents: read
Expand Down Expand Up @@ -52,6 +53,5 @@ jobs:
with:
context: .
file: ${{ matrix.dockerfile }}
push: github.ref == 'refs/heads/master'
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 696a58f

Please sign in to comment.