Fix upgrade notes (#66)

This commit is contained in:
Teppei Yano
2021-04-22 19:06:16 +09:00
committed by GitHub
parent 94641ff1bb
commit 34ebfd6e6b

View File

@ -147,8 +147,8 @@ jobs:
with: with:
context: . context: .
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.docker_meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
``` ```
```yaml ```yaml