Skip to content

Commit

Permalink
Merge pull request #323 from nlnwa/fix-build
Browse files Browse the repository at this point in the history
Fix release workflow
  • Loading branch information
Langvann authored Dec 3, 2021
2 parents b415b62 + 7793a24 commit ba41665
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- uses: docker/metadata-action@v3
name: Extract metadata (tags, labels) and establish version
id: meta
Expand All @@ -40,7 +38,6 @@ jobs:
with:
build-args: |
VERSION=${{ steps.meta.outputs.version }}
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit ba41665

Please sign in to comment.