Update docker.yml
This commit is contained in:
parent
7ef52805ca
commit
8a009932c0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: CI/CD Docker Build/Publish
|
||||
name: Docker
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -62,4 +62,4 @@ jobs:
|
|||
cache-to: type=gha,mode=max
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
|
Loading…
Add table
Reference in a new issue