Skip to content

Commit

Permalink
fix login/push in fork
Browse files Browse the repository at this point in the history
  • Loading branch information
robkooper committed May 13, 2024
1 parent e0aa4ec commit 969c4c8
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@ -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 }}
Expand All @@ -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 }}
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 969c4c8

Please sign in to comment.