Skip to content

Bump debian from bullseye-20240423 to bullseye-20240722 #49

Bump debian from bullseye-20240423 to bullseye-20240722

Bump debian from bullseye-20240423 to bullseye-20240722 #49

Workflow file for this run

---
name: Pull Request
on:
# Enable manual running of action if necessary
workflow_dispatch:
# Test build/deploy on PRs to main/master
pull_request:
# Only publish on push to main branch
branches:
- main
# Don't trigger if it's just a documentation update
paths-ignore:
- '**.md'
- '**.MD'
- '**.yml'
- 'LICENSE'
- '.gitattributes'
- '.gitignore'
- '.dockerignore'
jobs:
test-build:
name: Test
uses: sdr-enthusiasts/common-github-workflows/.github/workflows/build_and_push_image.yml@main
with:
push_enabled: false
get_version_method: file_in_container:file=/PW_FEEDER_VERSION