diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index e7816f4..1230a20 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -74,6 +74,7 @@ jobs: # login to registries - name: Login to DockerHub + if: ${{ github.repository == 'DARPA-CRITICALMAAS/uiuc-cdr' }} uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USERNAME }} @@ -92,7 +93,7 @@ jobs: with: context: ${{ matrix.FOLDER }} #push: ${{ github.event_name != 'pull_request' }} - push: true + push: ${{ github.repository == 'DARPA-CRITICALMAAS/uiuc-cdr' }} platforms: ${{ matrix.PLATFORM }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 681551c..98af2ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [0.7.3] - 2024-05-13 + +### Fixed +- only login/push to github if in `DARPA-CRITICALMAAS/uiuc-cdr` repo + ## [0.7.2] - 2024-05-03 ### Fixed