1
0
mirror of https://github.com/docker/metadata-action.git synced 2025-04-26 10:29:32 +02:00

Fix upgrade notes ()

This commit is contained in:
Teppei Yano 2021-04-22 19:06:16 +09:00 committed by GitHub
parent 94641ff1bb
commit 34ebfd6e6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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