Skip to content

Commit 2a1eafd

Browse files
raspdevpyraspdevpy
authored andcommitted
Merge pull request #103 from raspdevpy/docker
add env usage
1 parent c458170 commit 2a1eafd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ env:
1616

1717
jobs:
1818
build-and-push:
19+
environment: ${{ github.event_name != 'pull_request' && 'Deploy Image' || '' }}
1920
runs-on: ubuntu-latest
2021
permissions:
2122
contents: read
22-
2323
steps:
2424
- name: Checkout repository
2525
uses: actions/checkout@v4

0 commit comments

Comments
 (0)