diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 479d233..167ec7f 100755 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,14 +38,13 @@ jobs: run: | python -m pytest - name: Login to Docker Hub - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{secrets.DOCKER_USER}} password: ${{secrets.DOCKER_PASSWORD}} - name: Build and push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: - context: . file: ./dockerfile push: true tags: ${{secrets.DOCKER_USER}}/sausage_bot:latest