diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 2263cb8..e215dac 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -20,7 +20,7 @@ jobs: password: ${{ secrets.DOCKER_TOKEN }} - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: true tags: allhandsactive/door-api:latest, allhandsactive/door-api:${{ github.sha }}