Skip to content

Commit

Permalink
Use intermediate .outputs to get timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
miker985 committed Jan 17, 2024
1 parent f5332cb commit 66db4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-base-python-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
images/python-base/ \
-f images/python-base/Dockerfile \
-t "${{ env.image_uri }}:latest" \
-t "${{ env.image_uri }}:${{ steps.timestamp.value }}" \
-t "${{ env.image_uri }}:${{ steps.timestamp.outputs.value }}" \
--build-arg PYTHON_VERSION="${{ matrix.py_version }}"

0 comments on commit 66db4b7

Please sign in to comment.