Skip to content

Commit

Permalink
fix image name
Browse files Browse the repository at this point in the history
  • Loading branch information
blackwhitehere committed Jan 6, 2025
1 parent ceb0907 commit b3adca0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
# Build the Docker image
- name: Build Docker image
run: |
docker build -t ghcr.io/${{ github.repository_owner }}/acme-hello-api:latest .
docker build -t ghcr.io/${{ github.repository_owner }}/acme-metaflow:latest .
# Push the Docker image to GHCR
- name: Push Docker image
run: |
docker push ghcr.io/${{ github.repository_owner }}/acme-hello-api:latest
docker push ghcr.io/${{ github.repository_owner }}/acme-metaflow:latest

0 comments on commit b3adca0

Please sign in to comment.