Skip to content

Commit

Permalink
ci: build mod
Browse files Browse the repository at this point in the history
  • Loading branch information
omg-xtao authored Oct 24, 2024
1 parent c15b8fb commit 182b5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-bskyweb-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
context: .
push: ${{ github.event_name != 'pull_request' }}
file: ./Dockerfile
tags: ${{ steps.meta.outputs.tags }}
tags: ${{ steps.meta.outputs.tags }},${{ env.IMAGE_NAME }}:mod
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 182b5b5

Please sign in to comment.