[gha] docker: enable build and tag merging back

This commit is contained in:
R4SAS
2025-11-08 00:11:36 +03:00
committed by GitHub
parent 57df4e28eb
commit 9771d62892
+1 -2
View File
@@ -20,7 +20,6 @@ on:
jobs:
build:
if: false
name: Building container for ${{ matrix.platform }}
runs-on: ubuntu-latest
permissions:
@@ -79,7 +78,7 @@ jobs:
packages: write
contents: read
# needs: build
needs: build
steps:
- name: Checkout