Skip to content

Commit

Permalink
Delete dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Jun 17, 2024
1 parent 8b8a425 commit 9200323
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/alpha_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,13 @@ jobs:
tagged_image_previous: ${{ steps.variables.outputs.tagged_image_previous }}
image_tar_filename: ${{ steps.variables.outputs.image_tar_filename }}
steps:
# - uses: actions/checkout@v4.1.1
# with:
# fetch-depth: 2

- name: Set outputs
id: variables
run: |
image_tag="${GITHUB_SHA:0:7}"
# image_tag_previous=$(git rev-parse --short=7 HEAD^)
image_uri="${{ env.DOCKER_REGISTRY }}/${{ env.GITHUB_ORG_NAME }}/${{ github.event.repository.name }}-${{ env.SERVICE_NAME }}"
image_name="${image_uri}:${image_tag}"
tagged_image_previous="${image_uri}:previous"
# image_tar_filename="/tmp/${{ github.event.repository.name }}-${{ env.SERVICE_NAME }}:${{ github.sha }}.tar"
image_tar_filename="/tmp/${{ github.event.repository.name }}-${{ env.SERVICE_NAME }}:previous.tar"
echo "image_tag=${image_tag}" >> ${GITHUB_OUTPUT}
Expand Down

0 comments on commit 9200323

Please sign in to comment.