[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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,6 @@ on:
jobs: jobs:
build: build:
if: false
name: Building container for ${{ matrix.platform }} name: Building container for ${{ matrix.platform }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions: permissions:
@ -79,7 +78,7 @@ jobs:
packages: write packages: write
contents: read contents: read
# needs: build needs: build
steps: steps:
- name: Checkout - name: Checkout