Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Jul 6, 2024
1 parent 6213934 commit 316fec7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: "Build and Release"

on: push

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
on:
push:
branches:
- main

permissions:
contents: read
Expand All @@ -14,6 +13,8 @@ permissions:

env:
GO_VERSION: 1.22.1
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}

jobs:
build:
Expand Down

0 comments on commit 316fec7

Please sign in to comment.