Skip to content

Commit

Permalink
testing-gh-actions 01
Browse files Browse the repository at this point in the history
  • Loading branch information
eguzki committed Dec 15, 2023
1 parent 4fcd032 commit e73c3ee
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
name: Build Image

on:
workflow_dispatch:
push:
branches: ['*']
tags: ['*']
issues:
types:
- opened
pull_request:
types:
- opened

env:
IMG_TAGS: ${{ github.sha }}
Expand Down

0 comments on commit e73c3ee

Please sign in to comment.