This commit is contained in:
parent
09a66e35e0
commit
acd0782ba7
@ -32,28 +32,9 @@ jobs:
|
|||||||
username: ${{ secrets.DOCKER_USER }}
|
username: ${{ secrets.DOCKER_USER }}
|
||||||
password: ${{ secrets.DOCKER_PASS }}
|
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
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
file: Dockerfile
|
file: ./Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ env.IMAGE_NAME }}
|
tags: sthopeless/gitea-actions-repos-compare:latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user