Skip to content

Bump docker/build-push-action from f2a1d5e99d037542a71f64918e516c093c6f3fc4 to 4f58ea79222b3b9dc2c8bbdd6debcef730109a75 #294

Bump docker/build-push-action from f2a1d5e99d037542a71f64918e516c093c6f3fc4 to 4f58ea79222b3b9dc2c8bbdd6debcef730109a75

Bump docker/build-push-action from f2a1d5e99d037542a71f64918e516c093c6f3fc4 to 4f58ea79222b3b9dc2c8bbdd6debcef730109a75 #294

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
prettier:
uses: 0GiS0/tour-of-heroes-angular/.github/workflows/prettier-ci.yml@main
eslint:
uses: 0GiS0/tour-of-heroes-angular/.github/workflows/eslint-ci.yml@main
generate_tag_if_push:
needs: [prettier, eslint]
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
steps:
- uses: actions/checkout@v4
- name: Bump version and push tag
id: create_tag
uses: anothrNick/github-tag-action@1.70.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true