Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tammy-baylis-swi committed Jan 24, 2025
1 parent f3f406a commit 5a28d8d
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
build-args: version=${{ env.VERSION }}
tags: ${{ github.repository_owner }}/autoinstrumentation-python:${{ env.VERSION }},${{ github.repository_owner }}/autoinstrumentation-python:latest

- name: List Docker images
run: docker images

- name: Save Docker image as tar file
run: docker save -o autoinstrumentation-python-${{ env.VERSION }}.tar ${{ github.repository_owner }}/autoinstrumentation-python:${{ env.VERSION }}

Expand Down Expand Up @@ -105,6 +108,9 @@ jobs:
build-args: version=${{ env.VERSION }}
tags: ghcr.io/${{ github.repository_owner }}/autoinstrumentation-python:${{ env.VERSION }},ghcr.io/${{ github.repository_owner }}/autoinstrumentation-python:latest

- name: List Docker images
run: docker images

- name: Save Docker image as tar file
run: docker save -o autoinstrumentation-python-${{ env.VERSION }}.tar ghcr.io/${{ github.repository_owner }}/autoinstrumentation-python:${{ env.VERSION }}

Expand Down

0 comments on commit 5a28d8d

Please sign in to comment.