Skip to content

Commit

Permalink
Update OC labels
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Jan 2, 2023
1 parent 2a4208b commit fc16767
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ jobs:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: |
org.opencontainers.image.revision=${{ github.event.pull_request.head.sha || github.event.after || github.event.release.tag_name }}
${{ steps.meta.outputs.labels }}
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ LABEL \
org.opencontainers.image.description="A REST repository for NBT data for Minecraft" \
org.opencontainers.image.url="https://github.com/IntellectualSites" \
org.opencontainers.image.source="https://github.com/IntellectualSites/Arkitektonika" \
org.opencontainers.image.licenses="ISC"
org.opencontainers.image.licenses="ISC" \
com.docker.image.source.entrypoint=Dockerfile
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arkitektonika",
"version": "2.0.3-SNAPSHOT",
"version": "2.0.3",
"description": "",
"private": true,
"scripts": {
Expand Down
9 changes: 1 addition & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1601,14 +1601,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*":
version: 18.11.17
resolution: "@types/node@npm:18.11.17"
checksum: 1933afd068d5c75c068c6c4df6d10edb3b0b2bb6503d544e2f0496ac007c90596e6a5e284a8ef032451bc16f871b7e46719d7d2bea60e9b25d13a77d52161cac
languageName: node
linkType: hard

"@types/node@npm:18.11.18":
"@types/node@npm:*, @types/node@npm:18.11.18":
version: 18.11.18
resolution: "@types/node@npm:18.11.18"
checksum: 03f17f9480f8d775c8a72da5ea7e9383db5f6d85aa5fefde90dd953a1449bd5e4ffde376f139da4f3744b4c83942166d2a7603969a6f8ea826edfb16e6e3b49d
Expand Down

0 comments on commit fc16767

Please sign in to comment.