Skip to content

Commit

Permalink
final step of test for build and push
Browse files Browse the repository at this point in the history
  • Loading branch information
leoBitto committed Oct 12, 2024
1 parent 082cd78 commit fa82294
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 143 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,11 @@ jobs:
run: |
echo "OWNER_LC=${{ github.repository_owner }}" >>${GITHUB_ENV}
echo "REPO_NAME_LC=${{ github.repository }}" >>${GITHUB_ENV}
echo ${OWNER_LC,,}
echo ${REPO_NAME_LC,,}
- name: Tag image for GHCR
run: |
docker tag webapp_django ${{ env.REGISTRY }}/${OWNER_LC,,}/${REPO_NAME_LC,,}:${{ inputs.tag }}
docker tag webapp_django ${{ env.REGISTRY }}/${REPO_NAME_LC,,}:${{ inputs.tag }}
- name: Log in to GitHub Container Registry (GHCR)
Expand All @@ -125,4 +123,4 @@ jobs:

- name: Push image to GHCR
run: |
docker push ${{ env.REGISTRY }}/${OWNER_LC,,}/${REPO_NAME_LC,,}:${{ inputs.tag }}
docker push ${{ env.REGISTRY }}/${REPO_NAME_LC,,}:${{ inputs.tag }}
65 changes: 0 additions & 65 deletions .github/workflows/non_f-build_and_push.yml

This file was deleted.

74 changes: 0 additions & 74 deletions .github/workflows/non_f-build_test.yml

This file was deleted.

0 comments on commit fa82294

Please sign in to comment.