Skip to content

Commit

Permalink
Merge pull request #3 from wandera/TRIVIAL-fix-github-release
Browse files Browse the repository at this point in the history
TRIVIAL add step to generate metadata for build
  • Loading branch information
coufalja authored Apr 24, 2023
2 parents 7715905 + 3ba21b7 commit c405423
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v4
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Docker build & push
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit c405423

Please sign in to comment.