chore: clean up whitespace and cache settings in release-service-image.yml (#367)

Remove Docker cache config and fix formatting in GitHub Actions workflow
This commit is contained in:
Pavlo Paliychuk 2025-04-16 19:27:36 -04:00 committed by GitHub
parent 5274970be3
commit 0661db0759
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@ name: Build image
on: on:
push: push:
# Publish semver tags as releases. # Publish semver tags as releases.
tags: [ 'v*.*.*' ] tags: ["v*.*.*"]
env: env:
REGISTRY: docker.io REGISTRY: docker.io
@ -57,5 +57,3 @@ jobs:
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags || env.TAGS }} tags: ${{ steps.meta.outputs.tags || env.TAGS }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max