ci: update docker

This commit is contained in:
2025-03-21 18:52:09 +01:00
parent 021962b78b
commit 679a741155

View File

@@ -9,6 +9,9 @@ jobs:
push_to_registry:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./apps/web
steps:
- name: Check out the repo
uses: actions/checkout@v3