Skip to content

Commit

Permalink
fix versioning
Browse files Browse the repository at this point in the history
Signed-off-by: Feruzjon Muyassarov <feruzjon.muyassarov@intel.com>
  • Loading branch information
fmuyassarov committed Oct 11, 2023
1 parent c7e80f2 commit c5235a7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
- name: Build images
run: make images

- name: Log in to registry
run: |
echo "${{ secrets.GITHUB_TOKEN }}" | \
docker login ${{ env.REGISTRY }} -u ${{ env.REGISTRY_USER }} --password-stdin
# - name: Log in to registry
# run: |
# echo "${{ secrets.GITHUB_TOKEN }}" | \
# docker login ${{ env.REGISTRY }} -u ${{ env.REGISTRY_USER }} --password-stdin

- name: Push images
run: |
Expand Down Expand Up @@ -61,6 +61,6 @@ jobs:
;;
esac
echo " - tag: $tag"
docker tag $sha $IMAGE_LOCATION/nri-$img:$tag
docker push $IMAGE_LOCATION/nri-$img:$tag
docker tag $sha $IMAGE_LOCATION/nri-$img:v$tag
docker push $IMAGE_LOCATION/nri-$img:v$tag
done

0 comments on commit c5235a7

Please sign in to comment.