Skip to content

Commit

Permalink
test: different action
Browse files Browse the repository at this point in the history
  • Loading branch information
mischavandenburg committed May 1, 2024
1 parent eeea04a commit ab4e331
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions .github/workflows/build-docker-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,18 @@ jobs:
cmd: |
yq eval '.spec.template.spec.containers[0].image = "ghcr.io/mytest/httpd:${{ needs.prepare_tag.outputs.tag }}"' -i ./sofi_core_gitops/test.yaml
- name: push
uses: actions-x/commit@v6
# - name: push
# uses: actions-x/commit@v6
# with:
# email: [email protected]
# name: GitHub Actions Autocommitter
# branch: main
# repository: https://github.com/ssi-dk/sofi_core_gitops
# token: ${{ secrets.GITHUB_TOKEN }}
# directory: sofi_core_gitops

- uses: EndBug/add-and-commit@v9 # You can change this to use a specific version.
with:
email: [email protected]
name: GitHub Actions Autocommitter
branch: main
repository: https://github.com/ssi-dk/sofi_core_gitops
token: ${{ secrets.GITHUB_TOKEN }}
directory: sofi_core_gitops
author_name: Author Name
author_email: [email protected]
cwd: sofi_core_gitops

0 comments on commit ab4e331

Please sign in to comment.