Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeyheath committed Jan 5, 2024
1 parent dab83ec commit 9054e53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/actions/docker-build-push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ runs:
.map(ref => `type=registry,ref=${{ inputs.registry }}/${{ inputs.name }}:branch-${ref}`).join('\r\n');
console.log(`Will use cached images from ${JSON.stringify(cacheFrom, null, 2)}`);
core.setOutput("cacheFrom", cacheFrom);
- name: Build and push
uses: docker/build-push-action@v5
with:
Expand Down
5 changes: 2 additions & 3 deletions .github/actions/get-github-ref-names/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
steps:
- name: Calculate Refs
id: refs
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
let eventName = context.eventName;
Expand Down Expand Up @@ -48,5 +48,4 @@ runs:
core.setOutput("headRef", head);
core.setOutput("baseRef", base);
console.log(`Calculated the following ${JSON.stringify({eventName,base,head}, null, 2)}`);
# bump3
console.log(`Calculated the following ${JSON.stringify({eventName,base,head}, null, 2)}`);

0 comments on commit 9054e53

Please sign in to comment.