Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
truskovskiyk committed Mar 17, 2024
1 parent 596b1dc commit 67264ea
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/module-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,30 +87,30 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}


# build-and-push-app-ml-cli-comands:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v2
app-ml-docker-but-with-cli:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v1
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

# - name: Login
# run: |
# docker login -u kyrylprojector -p ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
- name: Login
run: |
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u $GITHUB_USER --password-stdin
# - name: Build
# run: |
# docker build --tag kyrylprojector/app-ml:latest ./week-1/app-ml
- name: Build
run: |
docker build --tag ghcr.io/kyryl-opens-ml/app-ml:latest ./app-ml
# - name: Push
# run: |
# docker push kyrylprojector/app-ml:latest
- name: Push
run: |
docker push ghcr.io/kyryl-opens-ml/app-ml:latest
# - name: Run ok
# run: |
# docker run --rm --name app-ml-test-run kyrylprojector/app-ml:latest
- name: Run ok
run: |
docker run --rm --name app-ml-test-run kyrylprojector/app-ml:latest
# k8s-test-deployment-action:
Expand Down

0 comments on commit 67264ea

Please sign in to comment.