working on builds
All checks were successful
Build and push image / deploy (push) Successful in 24m14s

This commit is contained in:
Peter Dwyer
2023-08-28 14:40:10 +01:00
parent c3f2cb94aa
commit 53e75ae660

View File

@@ -8,17 +8,17 @@ jobs:
deploy: deploy:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
# - name: Install Docker - name: Install Docker
# run: curl -fsSL https://get.docker.com | sh run: curl -fsSL https://get.docker.com | sh
# - name: Set up QEMU - name: Set up QEMU
# uses: docker/setup-qemu-action@v2 uses: docker/setup-qemu-action@v2
# - name: Set up Docker Buildx - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v2 uses: docker/setup-buildx-action@v2
# - name: Login to Docker Hub - name: Login to Docker Hub
# uses: docker/login-action@v2 uses: docker/login-action@v2
# with: with:
# username: ${{ secrets.DOCKERHUB_USERNAME }} username: ${{ secrets.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: install pip - name: install pip
run: apt update && apt install -y python3-pip run: apt update && apt install -y python3-pip
- uses: abatilo/actions-poetry@v2 - uses: abatilo/actions-poetry@v2
@@ -32,9 +32,9 @@ jobs:
run: echo $FOO run: echo $FOO
- name: Test 2 - name: Test 2
run: poetry -V run: poetry -V
# - name: Build and push - name: Build and push
# uses: docker/build-push-action@v4 uses: docker/build-push-action@v4
# with: with:
# context: . context: .
# push: false push: false
# tags: ajurna/cbwebreader:latest tags: ajurna/cbwebreader:${{poetry version -s}}