chore: Update build workflow to include Docker image build and push to GitHub Container Registry
Some checks are pending
Continuous Deployment / build-readme-file (push) Waiting to run
Continuous Deployment / build-docker-image (push) Blocked by required conditions

This commit is contained in:
Anduin 2024-06-03 13:02:05 +00:00
parent 3128f9b3db
commit 4fb6e4a052
No known key found for this signature in database
GPG Key ID: D33FA9407A6BE728

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