Skip to content

Bump codecov/codecov-action from 4 to 5 #5

Bump codecov/codecov-action from 4 to 5

Bump codecov/codecov-action from 4 to 5 #5

Workflow file for this run

name: Build Docker Image
on:
pull_request:
paths-ignore:
- "**.md"
push:
branches:
- main
paths-ignore:
- "**.md"
jobs:
push:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
- name: Build docker image
run: |
docker build -t leonardocustodio/polkadart .