Skip to content

Commit

Permalink
Add Docker login step to push-container workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahpslewis committed Dec 19, 2024
1 parent 2a9b96b commit b7e4943
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/push-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ jobs:
-
name: Checkout repository
uses: actions/checkout@v4
-
name: Log in to the Container registry
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Extract metadata (tags, labels) for Docker
id: meta
Expand Down

0 comments on commit b7e4943

Please sign in to comment.