Skip to content

Commit

Permalink
asking copilot how to fix the ci
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Oct 3, 2024
1 parent fc918e5 commit 1f6fa3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
echo "tags=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:dev" >> $GITHUB_ENV
else
echo "tags=${{ steps.meta.outputs.tags }}" >> $GITHUB_ENV
echo "tags=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:sha-${{ github.sha }}
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest" >> $GITHUB_ENV
fi
- name: Build and push Docker image
id: push
Expand Down

0 comments on commit 1f6fa3e

Please sign in to comment.