Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
choffmeister committed Apr 19, 2023
1 parent 6ab42cc commit b033012
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: release
on:
push:
tags:
- "*"
tags:
- "*"
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.19.x
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@v2
- uses: docker/login-action@v1
with:
registry: ghcr.io
Expand Down
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,12 @@ test-watch: redis
redis:
docker-compose up -d
sleep 1

build:
goreleaser release --rm-dist --skip-publish --snapshot

release:
goreleaser release --rm-dist

trivy: build
trivy image ghcr.io/airfocusio/rate-limit-proxy:0.0.0-dev-amd64

0 comments on commit b033012

Please sign in to comment.