We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0448b8 commit 64d3209Copy full SHA for 64d3209
.github/workflows/build-docker.yml
@@ -45,7 +45,7 @@ jobs:
45
id: date
46
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
47
48
- - name: Build Docker Image and optionally push
+ - name: Build Docker Image and optionally push
49
uses: docker/build-push-action@v6
50
with:
51
context: .
0 commit comments