Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
fix: tag Docker image as latest
Browse files Browse the repository at this point in the history
  • Loading branch information
danirod authored Dec 5, 2019
1 parent 0c98884 commit 603cac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Build Dockerfile
run: docker build -t docker.pkg.github.com/${{ github.repository }}/clank .
run: docker build -t docker.pkg.github.com/${{ github.repository }}/clank:latest .
- name: Push to GitHub
run: |
echo ${{ secrets.GITHUB_TOKEN }} | docker login docker.pkg.github.com --username ${{ github.actor }} --password-stdin
docker push docker.pkg.github.com/${{ github.repository }}/clank
docker push docker.pkg.github.com/${{ github.repository }}/clank:latest

0 comments on commit 603cac5

Please sign in to comment.