mirror of
https://github.com/Anduin2017/HowToCook.git
synced 2025-02-08 02:39:22 +08:00
chore: Update build workflow to include Docker image build and push to GitHub Container Registry
This commit is contained in:
parent
3128f9b3db
commit
4fb6e4a052
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user