Skip to content

Commit

Permalink
update artifact create
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Seagren committed May 8, 2023
1 parent e45978c commit 68ce948
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: create-artifact
run: ARCH=amd64 IMAGE_REPO='docker.io/chaospuppy' IMAGE_NAME='imagesync' make artifact
run: |
echo "${{ secrets.CHAOSPUPPY_REGISTRY1_TOKEN }}" | docker login registry1.dso.mil -u ${{ secrets.CHAOSPUPPY_REGISTRY1_USERNAME }} --password-stdin
ARCH=amd64 IMAGE_REPO='docker.io/chaospuppy' IMAGE_NAME='imagesync' make artifact
if: ${{ github.ref_type == 'tag' }}
- name: create-release
uses: "marvinpinto/action-automatic-releases@latest"
Expand Down

0 comments on commit 68ce948

Please sign in to comment.