Skip to content

Commit 502864a

Browse files
committed
updated build docker image
1 parent b6cb4c9 commit 502864a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/M1-4-2-CI-Practice.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,11 @@ jobs:
136136
password: ${{ secrets.DOCKERHUB_TOKEN }}
137137

138138
- name: Build image
139-
uses: docker/build-push-action@v6
139+
uses: docker/build-push-action@v2
140140
with:
141141
context: .
142142
push: true
143143
tags: ${{ github.sha }}
144-
- run: |
145-
echo "Image Created: ${{ env.image }}"
146-
echo "Tag Created: ${{ env.tag }}"
144+
147145

148146

0 commit comments

Comments
 (0)