Skip to content

Commit

Permalink
fix(ci): fix typo in github action for building container (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
m3mike authored Jan 12, 2022
1 parent d9492ff commit 7e009d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
org.opencontainers.image.url=https://ctid.mitre-engenuity.org/our-work/tram/
- name: Build and push Docker images
uses: docker/build-push-action@@v2
uses: docker/build-push-action@v2
with:
context: .
push: true
Expand Down

0 comments on commit 7e009d8

Please sign in to comment.