Skip to content

Commit

Permalink
chore: Update build workflow to include Docker image build and push t…
Browse files Browse the repository at this point in the history
…o GitHub Container Registry
  • Loading branch information
Anduin2017 committed Jun 3, 2024
1 parent 3128f9b commit 4fb6e4a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4fb6e4a

Please sign in to comment.