Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ustims authored Feb 9, 2024
1 parent 08e9792 commit dc13f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build web image
run: docker build . --file TemporalAirlinesConcept.Web/Dockerfile --tag ghcr.io/Tech-Fabric/temporal-airlines-web:$(date +%s)
run: docker build . --file TemporalAirlinesConcept.Web/Dockerfile --tag ghcr.io/tech-fabric/temporal-airlines-web:$(date +%s)
- name: Push image to registry
run: docker push ghcr.io/Tech-Fabric/temporal-airlines-web:$(date +%s)

Expand Down

0 comments on commit dc13f0b

Please sign in to comment.