diff --git a/.github/workflows/publish-docker.yml b/.github/workflows/publish-docker.yml index be5b538..79e04dc 100644 --- a/.github/workflows/publish-docker.yml +++ b/.github/workflows/publish-docker.yml @@ -22,6 +22,16 @@ jobs: repository: jwoglom/tconnectsync/tconnectsync tag_with_ref: true + - name: Push latest tag to GitHub Packages + uses: docker/build-push-action@v1 + with: + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} + registry: docker.pkg.github.com + repository: jwoglom/tconnectsync/tconnectsync + tags: latest + push: ${{ startsWith(github.ref, 'refs/tags/') }} + push_to_dockerhub: name: Push Docker image to Docker Hub runs-on: ubuntu-latest