Skip to content

Commit

Permalink
fix: name of docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Dec 15, 2023
1 parent d8a01da commit e177f61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Log in to GHCR
uses: docker/[email protected]
Expand All @@ -19,8 +19,8 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: .
push: true
tags: ghcr.io/moksha-mint:latest
tags: ${{ github.repository_owner }}/moksha-mint:latest

0 comments on commit e177f61

Please sign in to comment.