Skip to content

Commit

Permalink
Docker image name change
Browse files Browse the repository at this point in the history
  • Loading branch information
fox-techniques committed Nov 22, 2024
1 parent 5385b9e commit 8225b41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
# Step 3: Build the Docker image
- name: Build Docker image
run: |
docker build -t ghcr.io/${{ github.repository_owner }}/dash-app:latest .
docker build -t ghcr.io/${{ github.repository_owner }}/athena-dash-app:latest .
# Step 4: Push Docker image to GitHub Packages
- name: Push Docker image
run: |
docker push ghcr.io/${{ github.repository_owner }}/dash-app:latest
docker push ghcr.io/${{ github.repository_owner }}/athena-dash-app:latest

0 comments on commit 8225b41

Please sign in to comment.