Skip to content

Commit

Permalink
fix: remove version output
Browse files Browse the repository at this point in the history
Signed-off-by: Gökay Gürcan <[email protected]>
  • Loading branch information
gokaygurcan committed Jan 7, 2024
1 parent 22b8f51 commit e0a0a8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
name: Build image
run: |
docker build --file Dockerfile --tag gokaygurcan/nginx:latest --tag gokaygurcan/nginx:${{ needs.version.outputs.version }} .
# docker build --file Dockerfile --tag gokaygurcan/nginx:latest .
docker ps -a
- id: test
Expand All @@ -74,4 +75,4 @@ jobs:
push: true
tags: |
gokaygurcan/nginx:latest
gokaygurcan/nginx:${{ needs.version.outputs.version }}
# gokaygurcan/nginx:${{ needs.version.outputs.version }}

0 comments on commit e0a0a8d

Please sign in to comment.