Skip to content

Commit

Permalink
Update company.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EkaterinaIvanishcheva authored Jun 26, 2024
1 parent 081a3c5 commit f47b8bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/company.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-company
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-company_connector
tags: |
type=schedule
type=ref,event=branch
Expand All @@ -46,7 +46,7 @@ jobs:
# Change directory and copy Dockerfile
- name: Change directory and copy Dockerfile
working-directory: ./src
run: cp company.Dockerfile Dockerfile
run: cp company_connector.Dockerfile Dockerfile
# This step uses the docker/build-push-action action to build the image, based on your repository's Dockerfile. If the build succeeds, it pushes the image to GitHub Packages.
# It uses the context parameter to define the build's context as the set of files located in the specified path. For more information, see "[Usage](https://github.com/docker/build-push-action#usage)" in the README of the docker/build-push-action repository.
# It uses the tags and labels parameters to tag and label the image with the output from the "meta" step.
Expand All @@ -63,6 +63,6 @@ jobs:
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}-company
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}-company_connector
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true
push-to-registry: true

0 comments on commit f47b8bd

Please sign in to comment.