Skip to content

Commit

Permalink
Fix Release CI (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxitosh authored Jul 15, 2024
1 parent 1ae6d7f commit 397c775
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ on:
branches: [ "main" ]

jobs:

build:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ on:
push:
tags:
- 'v*'
branches:
- main

jobs:
build:
build_and_push:
runs-on: ubuntu-latest

steps:
Expand All @@ -30,7 +28,6 @@ jobs:
with:
context: .
file: ./build/Dockerfile
push: true
tags: ghcr.io/${{ github.repository }}:${{ github.ref_name }}
labels: |
org.opencontainers.image.source=${{ github.repository }}
Expand Down

0 comments on commit 397c775

Please sign in to comment.