parent
09a66e35e0
commit
acd0782ba7
@ -32,28 +32,9 @@ jobs:
|
||||
username: ${{ secrets.DOCKER_USER }}
|
||||
password: ${{ secrets.DOCKER_PASS }}
|
||||
|
||||
- name: Debug Print Repository Information
|
||||
run: |
|
||||
echo "Repository: ${{ github.repository }}" # Print the full repository name (owner/repo)
|
||||
echo "IMAGE (parsed from repo): ${{ env.IMAGE }}" # Print the value of IMAGE (expected to be full repo name)
|
||||
|
||||
- name: Docker.io repository name
|
||||
if: ${{ env.REGISTRY == 'docker.io' }}
|
||||
id: repo_name
|
||||
run: |
|
||||
echo "IMAGE_NAME=${{ env.USER }}/${{ env.IMAGE }}:${{ env.RELEASE }}" >> $GITHUB_ENV
|
||||
echo "IMAGE_NAME: ${{ env.IMAGE_NAME }}" # Debugging output
|
||||
|
||||
- name: Github repository name
|
||||
if: ${{ env.REGISTRY == 'ghcr.io' }}
|
||||
id: repo_name
|
||||
run: |
|
||||
echo "IMAGE_NAME=${{ env.REGISTRY }}/${{ env.USER }}/${{ env.IMAGE }}:${{ env.RELEASE }}" >> $GITHUB_ENV
|
||||
echo "IMAGE_NAME: ${{ env.IMAGE_NAME }}" # Debugging output
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
file: Dockerfile
|
||||
file: ./Dockerfile
|
||||
push: true
|
||||
tags: ${{ env.IMAGE_NAME }}
|
||||
tags: sthopeless/gitea-actions-repos-compare:latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user