Skip to content

Commit

Permalink
Update .github-ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MicheleSica authored Sep 26, 2024
1 parent 635ef74 commit afd7871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/.github-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
APP_VERSION="2.0.0"
tag="${APP_NAME}:${APP_VERSION}"
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
docker build -t "ghcr.io/${{ github.repository }}/${tag}" --file Dockerfile .
docker build -t "ghcr.io/eoepca/container-k8s-hub/${tag}" --file Dockerfile .
# Step 4: Save Docker Image as tar.gz
- name: Save Docker Image as tar.gz
Expand Down

0 comments on commit afd7871

Please sign in to comment.