diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 594e5c9..18a4e5b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: password: ${{ secrets.DOCKER_TOKEN }} - name: Build and push - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: push: true tags: allhandsactive/volunteertracking:latest, allhandsactive/volunteertracking:${{ github.sha }}