Skip to content

Commit b99d0c1

Browse files
authored
Merge pull request #102 from a5chin/feature/docker-description
Add GHCR description
2 parents ffe1c69 + e4bf65a commit b99d0c1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/publish-devcontainer.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ jobs:
3636
username: ${{ github.actor }}
3737
password: ${{ secrets.GITHUB_TOKEN }}
3838

39-
- name: Set current datetime as env variable
40-
run: CURRENT_DATETIME=$(date --iso-8601=seconds) >> $GITHUB_ENV
41-
4239
- name: Extract metadata
4340
id: meta
4441
uses: docker/metadata-action@v5
@@ -50,7 +47,6 @@ jobs:
5047
type=raw,value=latest,enable={{is_default_branch}}
5148
labels: |
5249
maintainer=a5chin <[email protected]>
53-
org.opencontainers.image.created=${{ env.CURRENT_DATETIME }}
5450
org.opencontainers.image.url=https://github.com/a5chin/python-uv
5551
org.opencontainers.image.source=https://github.com/a5chin/python-uv
5652
org.opencontainers.image.vendor=a5chin <[email protected]>
@@ -66,6 +62,7 @@ jobs:
6662
context: .
6763
file: .devcontainer/Dockerfile
6864
push: true
65+
provenance: false
6966
tags: ${{ steps.meta.outputs.tags }}
7067
labels: ${{ steps.meta.outputs.labels }}
7168
cache-from: type=gha

0 commit comments

Comments
 (0)