Skip to content

Commit

Permalink
Try oras push for hhfab
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostman committed Nov 30, 2023
1 parent a822531 commit eee9fc0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

- name: Oras push for hhfab
id: oras
run: |
docker save -o toolbox.tar ghcr.io/githedgehog/toolbox:latest
oras push ghcr.io/githedgehog/fabricator/toolbox:latest toolbox.tar
- name: Setup tmate session for debug
if: ${{ failure() && github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
uses: mxschmitt/action-tmate@v3
Expand Down

0 comments on commit eee9fc0

Please sign in to comment.