Skip to content

Commit

Permalink
fs
Browse files Browse the repository at this point in the history
  • Loading branch information
khancyr committed Dec 4, 2023
1 parent e87823d commit a0a23cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ jobs:
file: docker/Dockerfile_dev-${{matrix.config}}
tags: ${{ steps.prep.outputs.tags }}
push: ${{ github.event_name != 'pull_request' }}
pull: false
labels: |
org.opencontainers.image.title=${{ steps.prep.outputs.img_name }}
org.opencontainers.image.description=${{ github.event.repository.name }}
Expand Down Expand Up @@ -335,6 +336,7 @@ jobs:
file: docker/Dockerfile_dev-${{matrix.config}}
tags: ${{ steps.prep.outputs.tags }}
push: ${{ github.event_name != 'pull_request' }}
pull: false
labels: |
org.opencontainers.image.title=${{ steps.prep.outputs.img_name }}
org.opencontainers.image.description=${{ github.event.repository.name }}
Expand Down

0 comments on commit a0a23cf

Please sign in to comment.