Updated workflow
All checks were successful
Docker Build & Publish / Build Docker (push) Successful in 1m6s

This commit is contained in:
ChrQR 2024-05-18 00:16:17 +02:00
parent 1f7ae66339
commit 43c88ad52e

View File

@ -29,10 +29,9 @@ jobs:
password: ${{ secrets.RANNES_REGISTRY }} password: ${{ secrets.RANNES_REGISTRY }}
- name: Build and push 🏗️ - name: Build and push 🏗️
uses: docker/build-push-action@v2 uses: docker/build-push-action@v5
with: with:
context: . context: .
file: ./Dockerfile
push: true push: true
tags: gitea.rannes.dev/rannes.dev/local-weather:latest tags: gitea.rannes.dev/rannes.dev/local-weather:latest
secrets: | secrets: |