Skip to content

Commit

Permalink
edit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andriy-f committed May 23, 2023
1 parent 4777aa5 commit 7799def
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-and-test-d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,3 @@ jobs:
push: false
cache-from: type=gha,scope=${{ github.ref_name}}-prod
cache-to: type=gha,mode=max,scope=${{ github.ref_name}}-prod
# labels: |
# org.opencontainers.image.version=2.0.2
# org.opencontainers.image.revision=${{ github.sha }}
labels: org.opencontainers.image.version=2.0.2
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jobs:
context: .
target: production
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
cache-from: type=gha,scope=${{ github.ref_name}}-prod
cache-to: type=gha,mode=max,scope=${{ github.ref_name}}-prod
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
labels: |
org.opencontainers.image.version=2.0.2
org.opencontainers.image.revision=${{ github.sha }}

0 comments on commit 7799def

Please sign in to comment.