Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin committed Apr 18, 2024
1 parent a6b0522 commit c769751
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/publish-ubuntu-22.04-images.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and publics ubuntu-22.04-userver images
name: Build and publish ubuntu-22.04-userver images

'on':
pull_request:
Expand All @@ -11,8 +11,12 @@ name: Build and publics ubuntu-22.04-userver images
# - cron: '30 5 * * 6' # Every Saturday at 5:30

jobs:
publish_python:
build_and_publish:
runs-on: ubuntu-22.04
name: Build and publish images
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v2
- name: Login to GitHub Container Registry
Expand Down

0 comments on commit c769751

Please sign in to comment.