build: testing
Some checks failed
Build and Deploy Docker Image / build (push) Failing after 38s

This commit is contained in:
Mike 2024-10-21 13:04:09 -04:00
parent 8122fe324f
commit 9076348515

View file

@ -11,7 +11,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
@ -24,7 +24,7 @@ jobs:
with:
context: .
push: true
tags: ${{ secrets.GITEA_REGISTRY }}/dotechbro-website:latest
tags: ${{ secrets.GITEA_REGISTRY }}/smig/dotechbro-website:latest
- name: Log out from Gitea Container Registry
run: docker logout ${{ secrets.GITEA_REGISTRY }}