Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

chore(deps): update actions/checkout digest to 44c2b7a #332

chore(deps): update actions/checkout digest to 44c2b7a

chore(deps): update actions/checkout digest to 44c2b7a #332

Workflow file for this run

name: Python package
on:
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: .
push: false
tags: ${{ secrets.APP_IMAGE }}