Skip to content

Commit

Permalink
use metadata action
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Feb 21, 2023
1 parent 50feba0 commit 6595ea2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
prefix: "${{ env.name }}"
- name: Docker metadata
id: meta
uses: docker/metadata-action@v4
with:
images: ${{ env.name }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to DockerHub
Expand Down

0 comments on commit 6595ea2

Please sign in to comment.