fix-container-build #3

Merged
rrise merged 4 commits from fix-container-build into master 2025-05-22 22:57:12 +00:00
Showing only changes of commit 63bdc67bb5 - Show all commits

View File

@@ -1,7 +1,7 @@
on:
create:
push:
tags:
- 'v*'
- "v*"
name: 🏗️✨ Build Workflow
@@ -30,7 +30,7 @@ jobs:
- name: 🏗️ 🔧 Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: 🐳 🔨 Build Backend Container
- name: 🐳 🔨 Build Container
uses: docker/build-push-action@v6
with:
context: .