Skip to content

Commit

Permalink
Add back in docker meta
Browse files Browse the repository at this point in the history
  • Loading branch information
w9jds committed Jun 2, 2024
1 parent abedbdc commit 73684ce
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,15 @@ jobs:
name: Check out the repo
uses: actions/checkout@v3

-
name: Get Docker Metadata
id: meta
uses: docker/metadata-action@v4
with:
images: |
w9jds/firebase-action
ghcr.io/${{ github.repository }}
-
name: Login to Docker Hub
uses: docker/login-action@v2
Expand Down

0 comments on commit 73684ce

Please sign in to comment.