1
0
mirror of synced 2025-11-06 05:10:37 +08:00

chore: Update build workflow to include Docker image build and push to GitHub Container Registry

This commit is contained in:
Anduin
2024-06-03 13:02:05 +00:00
parent 76012b3b1d
commit d798ed1eeb

View File

@@ -35,8 +35,6 @@ jobs:
steps:
# Checkout, install tools..
- uses: actions/checkout@v2
with:
token: ${{ secrets.PAT }}
# Use docker to build current directory ./Dockfile
- name: Login to GitHub Container Registry
uses: docker/login-action@v1