Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lluisd authored Apr 2, 2024
1 parent 2ba7cb1 commit 7011efd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:
-
name: Checkout
uses: actions/checkout@v4
-
name: Docker meta
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ secrets.DOCKER_USERNAME }}/${{ github.event.repository.name }}
-
name: Login to Docker Hub
uses: docker/login-action@v3
Expand Down

0 comments on commit 7011efd

Please sign in to comment.