Changed workflow
Some checks failed
Build and Push Docker Image / build (push) Failing after 50s

This commit is contained in:
Asher 2025-02-23 16:33:31 +00:00
parent 32dbedd334
commit e33a79c042

View File

@ -10,7 +10,12 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
repository: asher/asherfalcon.com
token: ${{ secrets.PAT }}
fetch-depth: 1
server-url: https://git.asherfalcon.com
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1