Skip to content

Commit

Permalink
Update ci-config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rozachatz authored Sep 30, 2024
1 parent c030664 commit ab94a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin

- name: Push Docker image to GitHub Container Registry
run: docker push ghcr.io/${{ github.repository_owner }}/money-transfer-app:latest
run: docker push ghcr.io/${{ github.repository_owner }}/money-transfer-app:$(date +%s)

0 comments on commit ab94a52

Please sign in to comment.