diff --git a/.github/workflows/deploy-image.yaml b/.github/workflows/deploy-image.yaml index b1820521..2002f468 100644 --- a/.github/workflows/deploy-image.yaml +++ b/.github/workflows/deploy-image.yaml @@ -42,7 +42,6 @@ jobs: - name: Get Current Date id: current_date - shell: python run: echo "formatted=$(date -u +%Y.%m.%d)" >> $GITHUB_OUTPUT - name: Build base image