feat: improve oplist performance and display forget operations in oplist (#22)

This commit is contained in:
Gareth
2023-12-02 16:23:26 -08:00
committed by garethgeorge
parent 265fdd1673
commit 9a037c8f0e
11 changed files with 281 additions and 198 deletions
+6 -6
View File
@@ -31,6 +31,12 @@ jobs:
- name: Install Deps
run: ./scripts/install-deps.sh
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
@@ -40,12 +46,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with: