Wowie what a gay little website for my gay little self aria.coffee
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(GH actions): fix docker build context

+1 -1
+1 -1
.github/workflows/docker-image.yml
··· 50 50 id: build-and-push 51 51 uses: docker/build-push-action@v6 52 52 with: 53 - context: "{{defaultContext}}:src" 53 + # context: "{{defaultContext}}" 54 54 push: ${{ github.event_name != 'pull_request' }} # Don't push on PR 55 55 tags: ${{ steps.meta.outputs.tags }} 56 56 labels: ${{ steps.meta.outputs.labels }}