Skip to content

chore(deps): bump mozilla-it/deploy-actions/.github/workflows/build-and-push.yml from 6.2.2 to 6.2.3 #177

chore(deps): bump mozilla-it/deploy-actions/.github/workflows/build-and-push.yml from 6.2.2 to 6.2.3

chore(deps): bump mozilla-it/deploy-actions/.github/workflows/build-and-push.yml from 6.2.2 to 6.2.3 #177

name: Go Demo -- Build, Tag and Push Container Images to Repository
on:
pull_request:
types: [labeled, unlabeled, synchronize]
push:
branches:
- main
tags:
- v[0-9]+.[0-9]+.[0-9]+
workflow_dispatch: {}
jobs:
build-and-push:
if: >
github.event_name == 'push' ||
github.event_name == 'workflow_dispatch' ||
(
github.event_name == 'pull_request' &&
contains(github.event.pull_request.labels.*.name, 'preview') &&
github.event.pull_request.head.repo.full_name == github.repository
)
permissions:
contents: read
packages: write # Only required if you're publishing to GHCR
id-token: write
secrets: inherit
uses: mozilla-it/deploy-actions/.github/workflows/build-and-push.yml@47edfe10709f2978fdcb5fd3037599d72aa10661 #v6.2.3

Check failure on line 28 in .github/workflows/mozcloud-publish.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/mozcloud-publish.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/mozcloud-publish.yaml" -> "mozilla-it/deploy-actions/.github/workflows/build-and-push.yml@47edfe10709f2978fdcb5fd3037599d72aa10661" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
image_name: go-demo
gar_name: cicd-demos-nonprod
project_id: moz-fx-cicd-demos-nonprod
should_tag_ghcr: true
image_build_context: "./go-demo/"
dockerfile_path: "./go-demo/Dockerfile"
prebuild_script: "cd go-demo && make mozcloud-prebuild"
postbuild_script: "cd go-demo && make mozcloud-postbuild"