We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6cb4c9 commit 502864aCopy full SHA for 502864a
.github/workflows/M1-4-2-CI-Practice.yml
@@ -136,13 +136,11 @@ jobs:
136
password: ${{ secrets.DOCKERHUB_TOKEN }}
137
138
- name: Build image
139
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v2
140
with:
141
context: .
142
push: true
143
tags: ${{ github.sha }}
144
- - run: |
145
- echo "Image Created: ${{ env.image }}"
146
- echo "Tag Created: ${{ env.tag }}"
+
147
148
0 commit comments