Skip to content

Commit

Permalink
Fix upgrade notes (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
yano3 committed Apr 22, 2021
1 parent 94641ff commit 34ebfd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UPGRADE.md
Expand Up @@ -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
Expand Down

0 comments on commit 34ebfd6

Please sign in to comment.