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:
parent
5274970be3
commit
0661db0759
1 changed files with 5 additions and 7 deletions
4
.github/workflows/release-service-image.yml
vendored
4
.github/workflows/release-service-image.yml
vendored
|
|
@ -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
|
|
||||||
Loading…
Add table
Reference in a new issue